We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a89401 commit feff562Copy full SHA for feff562
1 file changed
entrypoint.sh
@@ -1,8 +1,7 @@
1
#!/usr/bin/env bash
2
set -Eeuo pipefail
3
4
-if [ -z "$GITHUB_TOKEN" ]; then
5
- echo "Setting token..."
+if [[ "${GITHUB_TOKEN:-}" ]]; then
6
export GITHUB_TOKEN="$INPUT_TOKEN"
7
fi
8
0 commit comments