Remove working in github workspace folder, we're not github here

This commit is contained in:
2023-07-11 23:32:13 +00:00
parent b6cf9325a4
commit 664714f95b

View File

@@ -6,11 +6,5 @@ set -x
# Stop executing after error
set -e
# Change permissions
chmod -R a+w /github/workspace
# Use working directory
cd /github/workspace
# Run command
$*