Skip to content

Commit

Permalink
set-output to GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed May 16, 2023
1 parent d9fecc8 commit 3c63cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-action/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -l

out=$(echo $1 | /app/gee $2)
echo "::set-output name=output::$out"
echo "output=$out" >> $GITHUB_ENV

0 comments on commit 3c63cbc

Please sign in to comment.