We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e04fa0 commit 65e8f78Copy full SHA for 65e8f78
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