From 6f9435328c30fb4ccd3690cfa5e8eef7b60fb50d Mon Sep 17 00:00:00 2001 From: almouse Date: Wed, 12 Jul 2023 00:10:18 +0000 Subject: [PATCH] Add write permissions to working directory --- entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 75a88cb..f23cdf1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,12 @@ set -x set -e # Use working directory +chmod -R a+w /root/.cache/act/almouse/personalwebsite cd /root/.cache/act/almouse/personalwebsite +pwd + +ls -R + # Run command $*