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 8ff0770 commit 8224f00
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 @@ -15,7 +15,7 @@ jobs:
env:
prBody: ${{ github.event.pull_request.body }}
run: |
echo "PARSED_GSY_WEB_BRANCH=$(echo -e $prBody | sed -n 's/.*\*\*GSY_WEB_BRANCH\*\*=\([^ ]*\).*/\1/p')"
echo "PARSED_GSY_WEB_BRANCH=$(echo -e $prBody | sed -n 's/.*\*\*GSY_WEB_BRANCH\*\*=\([^ ]*\).*/\1/p')" >> $GITHUB_OUTPUT
id: parse_gsy_web_branch
- name: validate parsed gsy web tests branch
env:
Expand Down

0 comments on commit 8224f00

Please sign in to comment.