diff --git a/entrypoint.sh b/entrypoint.sh index 6307474..241919d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ set -xvo pipefail -shopt -s extglob globstar nullglob +shopt -s extglob globstar nullglob dotglob PERSONAL_TOKEN="$INPUT_PERSONAL_TOKEN" SRC_PATH="$INPUT_SRC_PATH"