From 2bbd2b91948c1071d4a998b7cd8cd2afa3e2961a Mon Sep 17 00:00:00 2001 From: almouse Date: Wed, 12 Jul 2023 00:08:11 +0000 Subject: [PATCH] Change entrypoint for different working folder --- entrypoint.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 $*