We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47144a0 commit 3ef0c00Copy full SHA for 3ef0c00
entrypoint.sh
@@ -28,7 +28,6 @@ if [[ -n "${ACCESS_TOKEN}" ]]; then
28
_FULL_URI="${URI}/orgs/${ORG_NAME}/actions/runners/registration-token"
29
_SHORT_URL="${_PROTO}github.com/${ORG_NAME}"
30
fi
31
- echo curl -XPOST -fsSL -H "${AUTH_HEADER}" -H "${API_HEADER}" "${_FULL_URI}"
32
RUNNER_TOKEN="$(curl -XPOST -fsSL \
33
-H "${AUTH_HEADER}" \
34
-H "${API_HEADER}" \
0 commit comments