From e20133f263fe8bb67ccf34040a23e9828cda23ce Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 27 Nov 2024 10:30:04 +0100 Subject: [PATCH] chore: update commitfest branch name Closes #63 Signed-off-by: Marco Nenciarini --- .github/workflows/build-commitfest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-commitfest.yml b/.github/workflows/build-commitfest.yml index a58d4b4..5c207b1 100644 --- a/.github/workflows/build-commitfest.yml +++ b/.github/workflows/build-commitfest.yml @@ -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