Skip to content

Commit

Permalink
Merge pull request #3 from vtex/fix/entrypoint
Browse files Browse the repository at this point in the history
Fix typo on entrypoint
  • Loading branch information
thyarles authored Jul 27, 2022
2 parents 40ae2ab + c74ac3f commit 8ff962e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AUT=${VTEX_AUTHENTICATE:-true}
[[ -n $CHECK ]] && AUT='false'

# Show toolbelt version used as GitHub notice
VERSION="$($BIN --version) [from https://github.com/$GIT/tree/$VBCH]"
VERSION="$($BIN --version) [from https://github.com/$GIT/tree/$BCH]"
echo ::notice title=Toolbelt version used::$VERSION

# If VTEX_AUTHENTICATE is true
Expand Down Expand Up @@ -71,4 +71,4 @@ if [[ $AUT == 'true' ]]; then
echo $CHECK
else
echo "===> Authentication process skipped."
fi
fi

0 comments on commit 8ff962e

Please sign in to comment.