Skip to content

Commit 2a51a5e

Browse files
fix: Print error message to stderr
1 parent a868ba9 commit 2a51a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
if [[ -z $INPUT_GITHUB_TOKEN ]]; then
6-
echo 'Missing input "github_token: ${{ secrets.GITHUB_TOKEN }}".'
6+
echo 'Missing input "github_token: ${{ secrets.GITHUB_TOKEN }}".' >&2
77
exit 1
88
fi
99

0 commit comments

Comments
 (0)