From ca9a73a24727d745a20f45a8f6b1f7097ac6e6a3 Mon Sep 17 00:00:00 2001 From: james Hart Date: Tue, 23 Jul 2024 16:02:49 +0100 Subject: [PATCH] trying to check the configuration --- src/usr/local/bin/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/usr/local/bin/entrypoint.sh b/src/usr/local/bin/entrypoint.sh index d3e0268..1a067d1 100755 --- a/src/usr/local/bin/entrypoint.sh +++ b/src/usr/local/bin/entrypoint.sh @@ -38,6 +38,9 @@ else EPHEMERAL_FLAG="" fi +echo "Checking the runner" +bash "${ACTIONS_RUNNER_DIRECTORY}/config.sh" --check --url "https://github.com/${GITHUB_REPOSITORY}" --pat ${GITHUB_TOKEN} + echo "Configuring runner" bash "${ACTIONS_RUNNER_DIRECTORY}/config.sh" ${EPHEMERAL_FLAG} \ --unattended \