Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Oct 17, 2022
1 parent 3f2bc8a commit df55060
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 df55060

Please sign in to comment.