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 51974e4 commit 05c9ed9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/create-cms-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@ jobs:
run: cat release-info.json
- name: Set env variables
run: |
# INFO_JSON=$(cat release-info.json)
RELEASE_BRANCH=$(cat release-info.json | jq -r '.release_branch')
echo $RELEASE_BRANCH
# echo "INFO_JSON=$INFO_JSON" >> $GITHUB_ENV
# RELEASE_BRANCH=${{ fromJson($INFO).release_branch }}
# RELEASE_BRANCH=$(jq .release_branch release-info.json)
# RELEASE_DOWNLOAD_URL=$(jq .release_download_url release-info.json)
# echo "RELEASE_BRANCH=$RELEASE_BRANCH" >> $GITHUB_ENV
# echo "RELEASE_DOWNLOAD_URL=$RELEASE_DOWNLOAD_URL" >> $GITHUB_ENV
# invoke-external-pr-workflow:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 05c9ed9

Please sign in to comment.