We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40ae2ab + c74ac3f commit 8ff962eCopy full SHA for 8ff962e
entrypoint.sh
@@ -30,7 +30,7 @@ AUT=${VTEX_AUTHENTICATE:-true}
30
[[ -n $CHECK ]] && AUT='false'
31
32
# Show toolbelt version used as GitHub notice
33
-VERSION="$($BIN --version) [from https://github.com/$GIT/tree/$VBCH]"
+VERSION="$($BIN --version) [from https://github.com/$GIT/tree/$BCH]"
34
echo ::notice title=Toolbelt version used::$VERSION
35
36
# If VTEX_AUTHENTICATE is true
@@ -71,4 +71,4 @@ if [[ $AUT == 'true' ]]; then
71
echo $CHECK
72
else
73
echo "===> Authentication process skipped."
74
-fi
+fi
0 commit comments