Skip to content

Commit

Permalink
trying to check the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Jul 23, 2024
1 parent 48d67de commit ca9a73a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ca9a73a

Please sign in to comment.