Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Jan 6, 2025
1 parent f3064f2 commit d3e19fc
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 @@ -30,7 +30,7 @@ fi
log=$(duck -q -y $OPERATION $INPUT_ARGS)
exitcode=$?

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

Expand Down

0 comments on commit d3e19fc

Please sign in to comment.