Skip to content

Commit

Permalink
WX-1010 Update Github Actions set output syntax (#7111)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Apr 6, 2023
1 parent f01cc4b commit 528bb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make_publish_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config --global user.email "broadbot@broadinstitute.org"
git commit -m "Updating Cromwell version to ${NEW_CROMWELL_V}"
git push https://broadbot:$BROADBOT_GITHUB_TOKEN@github.com/broadinstitute/firecloud-develop.git ${NEW_BRANCH_NAME}
echo ::set-output name=NEW_BRANCH_NAME::${NEW_BRANCH_NAME}
echo "NEW_BRANCH_NAME=${NEW_BRANCH_NAME}" >> $GITHUB_OUTPUT
- name: Create firecloud-develop PR
uses: actions/github-script@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# export image name from the log
image=$(grep 'Tagging image' build.log | awk '{print $NF}')
echo "::set-output name=image::${image}"
echo "image=${image}" >> $GITHUB_OUTPUT
# scan the image
- uses: broadinstitute/dsp-appsec-trivy-action@v1
Expand Down

0 comments on commit 528bb6f

Please sign in to comment.