Skip to content

Commit

Permalink
Output the produced command string
Browse files Browse the repository at this point in the history
  • Loading branch information
mkukawski authored and jsmrcaga committed Apr 13, 2024
1 parent 5380100 commit 0f0941d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ echo "EOF" >> $GITHUB_ENV
echo "NETLIFY_LIVE_URL<<EOF" >> $GITHUB_ENV
echo "$NETLIFY_LIVE_URL" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

echo "NETLIFY_COMMAND<<EOF" >> $GITHUB_ENV
echo "$COMMAND" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

0 comments on commit 0f0941d

Please sign in to comment.