Skip to content

Commit

Permalink
BRANCH=${{ github.event.inputs.branch }}
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Jul 16, 2024
1 parent 0f74d8e commit 330aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: bash
id: extract_branch
run: |
echo "BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
echo "BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV
echo "Branch: " $BRANCH
- name: checkout patch branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 330aa66

Please sign in to comment.