Skip to content

Commit

Permalink
Using $GITHUB_WORKSPACE for base dir
Browse files Browse the repository at this point in the history
Probably fix platisd#23 .
  • Loading branch information
caic99 authored Apr 19, 2022
1 parent a4fd1ce commit 4f65b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
fi

repository_name="$(basename "$GITHUB_REPOSITORY")"
recreated_runner_dir="/home/runner/work/$repository_name"
recreated_runner_dir="$GITHUB_WORKSPACE/$repository_name"
mkdir -p "$recreated_runner_dir"
recreated_repo_dir="$recreated_runner_dir/$repository_name"

Expand Down

0 comments on commit 4f65b94

Please sign in to comment.