There was an error while loading. Please reload this page.
1 parent 5621e84 commit 8593185Copy full SHA for 8593185
.devcontainer/codespaceRunner/library-scripts/start.sh
@@ -7,7 +7,7 @@ GH_TOKEN=$GH_TOKEN
7
HOSTNAME=$(hostname)
8
RUNNER_SUFFIX="runner"
9
RUNNER_NAME="${HOSTNAME}-${RUNNER_SUFFIX}"
10
-USER_NAME_LABEL=$(git config --get user.name)
+USER_NAME_LABEL=$( (git config --get user.name) | sed -e 's/ //g')
11
REPO_NAME_LABEL="$GH_REPOSITORY"
12
13
REG_TOKEN=$(curl -sX POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${GH_TOKEN}" https://api.github.com/repos/${GH_OWNER}/${GH_REPOSITORY}/actions/runners/registration-token | jq .token --raw-output)
0 commit comments