diff --git a/entrypoint.sh b/entrypoint.sh index 70b58b9..0388c96 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -e # Move to project directory -cd $1 +cd $GITHUB_WORKSPACE/$1 # Config AWS profile mkdir -p ~/.aws