Skip to content

Commit

Permalink
Replace deprecated set-output usage with environment file `GITHUB_O…
Browse files Browse the repository at this point in the history
…UTPUT` (#35)
  • Loading branch information
sivapalan authored Nov 3, 2022
1 parent 5d34a98 commit 9d5437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ tfsec --soft-fail --out=${INPUT_SARIF_FILE} --format=sarif ${TFSEC_ARGS_OPTION}

tfsec_return="${PIPESTATUS[0]}" exit_code=$?

echo ::set-output name=tfsec-return-code::"${tfsec_return}"
echo "tfsec-return-code=${tfsec_return}" >> $GITHUB_OUTPUT

0 comments on commit 9d5437d

Please sign in to comment.