From 664714f95b3f92704d76ab3e0c13fee25d8d2174 Mon Sep 17 00:00:00 2001 From: almouse Date: Tue, 11 Jul 2023 23:32:13 +0000 Subject: [PATCH] Remove working in github workspace folder, we're not github here --- entrypoint.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index b9d4bbb..baacc87 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 $*