Skip to content

Commit

Permalink
GSYE-818: Fix parsing of gsy-web branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdiedrich committed Dec 18, 2024
1 parent 8224f00 commit 43d575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gsy-framework_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
PARSED_GSY_WEB_BRANCH: ${{ steps.parse_gsy_web_branch.outputs.PARSED_GSY_WEB_BRANCH }}
run: |
echo "GSY_WEB_BRANCH=${PARSED_GSY_WEB_BRANCH:-master}"
echo "GSY_WEB_BRANCH=${PARSED_GSY_WEB_BRANCH:-master}" >> $GITHUB_OUTPUT
id: validated_gsy_web_branch
- name: Install dependencies
env:
Expand Down

0 comments on commit 43d575a

Please sign in to comment.