We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25c381 commit 2b2e5acCopy full SHA for 2b2e5ac
pub_login.sh
@@ -3,7 +3,7 @@
3
4
# Checking whether the secrets are available as environment
5
# variables or not.
6
-if [ -z "${PUB_ACCESS_TOKEN" ]; then
+if [ -z "${PUB_ACCESS_TOKEN}" ]; then
7
echo "Missing PUB_ACCESS_TOKEN environment variable"
8
exit 1
9
fi
0 commit comments