Skip to content

Commit

Permalink
Trying to fix output from action
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Jun 30, 2024
1 parent 226b1ab commit aa0e256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/images/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ else
fi
echo -e "$MESSAGE"

echo "status=$STATUS" >> "$GITHUB_OUTPUT"
echo "message=$MESSAGE" >> "$GITHUB_OUTPUT"
echo "status=$STATUS" >> $GITHUB_OUTPUT
echo "message=$MESSAGE" >> $GITHUB_OUTPUT

0 comments on commit aa0e256

Please sign in to comment.