Skip to content

Commit

Permalink
chore: update commitfest branch name
Browse files Browse the repository at this point in the history
Closes #63 

Signed-off-by: Marco Nenciarini <[email protected]>
  • Loading branch information
mnencia authored Nov 27, 2024
1 parent d255d26 commit e20133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-commitfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set commitfest branch and tag
if: github.event.inputs.commitfest_id != '' && github.event.inputs.patch_id != ''
run: |
BRANCH="commitfest/${{ github.event.inputs.commitfest_id }}/${{ github.event.inputs.patch_id }}"
BRANCH="cf/${{ github.event.inputs.patch_id }}"
TAG="${{ env.PG_MAJOR }}-${BRANCH////-}"
echo "TAG=${TAG}" >> $GITHUB_ENV
echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
Expand Down

0 comments on commit e20133f

Please sign in to comment.