diff --git a/entrypoint.sh b/entrypoint.sh index b9d4bbb..75a88cb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,11 +6,8 @@ set -x # Stop executing after error set -e -# Change permissions -chmod -R a+w /github/workspace - # Use working directory -cd /github/workspace +cd /root/.cache/act/almouse/personalwebsite # Run command $*