Skip to content

Commit

Permalink
Migrating set-output to environment files per GitHub deprecation no…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini committed Dec 27, 2022
1 parent 62b755d commit bd922a8
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 @@ -455,7 +455,7 @@ set -o errexit

echo "::endgroup::" # END "Running verification on $PLUGIN_LOCATION for $IDE_DIRECTORIES..." block.

echo "::set-output name=verification-output-log-filename::$VERIFICATION_OUTPUT_LOG"
echo "verification-output-log-filename=$VERIFICATION_OUTPUT_LOG" >> $GITHUB_OUTPUT

error_wall() {
echo "::error::=============================================="
Expand Down

0 comments on commit bd922a8

Please sign in to comment.