2 Commits

Author SHA1 Message Date
63743ad958 Add chmod to entry point 2023-07-11 23:34:41 +00:00
664714f95b Remove working in github workspace folder, we're not github here 2023-07-11 23:32:13 +00:00

View File

@@ -7,10 +7,7 @@ set -x
set -e
# Change permissions
chmod -R a+w /github/workspace
# Use working directory
cd /github/workspace
chmod -R a+w ./
# Run command
$*