Skip to content

Commit

Permalink
Setting env vars from release info
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 15, 2024
1 parent f52191c commit 6b46af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-cms-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cat release-info.json
- name: Set env variables
run: |
RELEASE_BRANCH=$(cat release-info.json | jq -r '.release_branch')
RELEASE_BRANCH=$(jq -r '.release_branch' release-info.json)
echo $RELEASE_BRANCH
# invoke-external-pr-workflow:
Expand Down

0 comments on commit 6b46af1

Please sign in to comment.