Skip to content

Commit

Permalink
Fix act quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Jan 6, 2025
1 parent 18cf591 commit 4dc62c8
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 @@ -31,7 +31,7 @@ log=$(duck -q -y $OPERATION $INPUT_ARGS)
exitcode=$?

echo 'log<<EOF' >> $GITHUB_OUTPUT
echo $log >> $GITHUB_OUTPUT
echo "$log" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT

exit $exitcode;

0 comments on commit 4dc62c8

Please sign in to comment.