Skip to content

Commit 3ef0c00

Browse files
committed
Remove unneeded curl echo in entrypoint
1 parent 47144a0 commit 3ef0c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if [[ -n "${ACCESS_TOKEN}" ]]; then
2828
_FULL_URI="${URI}/orgs/${ORG_NAME}/actions/runners/registration-token"
2929
_SHORT_URL="${_PROTO}github.com/${ORG_NAME}"
3030
fi
31-
echo curl -XPOST -fsSL -H "${AUTH_HEADER}" -H "${API_HEADER}" "${_FULL_URI}"
3231
RUNNER_TOKEN="$(curl -XPOST -fsSL \
3332
-H "${AUTH_HEADER}" \
3433
-H "${API_HEADER}" \

0 commit comments

Comments
 (0)