Set fullProjectPath variable in entrypoint.sh (#255)

pull/256/head
Falko Galperin 2023-12-25 00:42:15 +01:00
parent ce074787fb
commit 23e1f29580
No known key found for this signature in database
GPG Key ID: C4A60C593B625612
3 changed files with 1353 additions and 1351 deletions

2700
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,8 @@ fi
if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
echo "Running as host user"
fullProjectPath="$GITHUB_WORKSPACE/$PROJECT_PATH"
# Stop on error if we can't set up the user
set -e