2 Commits

Author SHA1 Message Date
6f9435328c Add write permissions to working directory 2023-07-12 00:10:18 +00:00
2bbd2b9194 Change entrypoint for different working folder 2023-07-12 00:08:11 +00:00

View File

@@ -6,11 +6,13 @@ set -x
# Stop executing after error # Stop executing after error
set -e set -e
# Change permissions
chmod -R a+w /github/workspace
# Use working directory # Use working directory
cd /github/workspace chmod -R a+w /root/.cache/act/almouse/personalwebsite
cd /root/.cache/act/almouse/personalwebsite
pwd
ls -R
# Run command # Run command
$* $*