Skip to content

NoorDigitalAgency/post-hotfix

 
 

Repository files navigation

Post Hotfix Action

Used for:

  • Creates the post hotfix pull request

Usage:

    steps:
      - uses: NoorDigitalAgency/post-hotfix@main
        name: Post Hotfix
        with:
          token: ${{ github.token }} # GitHub token
          branch_name: ${{ inputs.hotfix_branch }} # Hotfix branch name
          release_version: ${{ env.RELEASE_VERSION }} # The hotfix release version

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%