Skip to content

Commit

Permalink
Merge pull request #9 from ruijzndl/main
Browse files Browse the repository at this point in the history
main: fix set-output command is deprecated warnings
  • Loading branch information
JeroenKnoops authored Dec 8, 2022
2 parents f7ce9ac + 1c8e02f commit 911b2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get-blackduck-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ report_contents=$(get_report_contents)
echo "| got content information"
echo

echo "::set-output name=sbom-file::report.zip"
echo "::set-output name=sbom-contents::${report_contents}"
echo "sbom-file=report.zip" >> $GITHUB_OUTPUT
echo "sbom-contents=${report_contents}" >> $GITHUB_OUTPUT

0 comments on commit 911b2af

Please sign in to comment.