Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Commit b16e922

Browse files
authored
Update entrypoint.sh
1 parent 429dd35 commit b16e922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
if [[ -z "$GITHUB_TOKEN" ]]; then
5+
if [ -z "$GITHUB_TOKEN" ]; then
66
echo "Set the GITHUB_TOKEN env variable."
77
exit 1
88
fi

0 commit comments

Comments
 (0)