Skip to content

Commit

Permalink
Merge pull request #4 from NotMyFault/set-output
Browse files Browse the repository at this point in the history
Address `set-output` deprecation
  • Loading branch information
dduportal authored Oct 17, 2022
2 parents 3f2bc8a + df55060 commit 7d194d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function outputResult() {
echo $result

if [ $OUTPUT_RESULT = true ]; then
echo "::set-output name=result::$result"
echo "result=$result" >> $GITHUB_OUTPUT
exit 0
else
exit $exitCode
Expand Down

0 comments on commit 7d194d0

Please sign in to comment.