@@ -31,7 +31,7 @@ start() {
3131
3232 else
3333 say Skipped running due to --no-run option.
34- say Exiting github-runner-installer .
34+ say Exiting github-runner-starter .
3535 fi
3636
3737}
@@ -79,9 +79,9 @@ verify() {
7979 # Detect path to this script.
8080 # @TODO: Rename RUNNER_SCRIPT_ to reduce confusion with github runner CLI
8181 if [[ -z " $COMPOSER_RUNTIME_BIN_DIR " ]]; then
82- RUNNER_SCRIPT_PATH=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) /github-runner-installer "
82+ RUNNER_SCRIPT_PATH=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) /github-runner-starter "
8383 else
84- RUNNER_SCRIPT_PATH=" $COMPOSER_RUNTIME_BIN_DIR /github-runner-installer "
84+ RUNNER_SCRIPT_PATH=" $COMPOSER_RUNTIME_BIN_DIR /github-runner-starter "
8585 fi
8686 if [[ ! -f " ${RUNNER_SCRIPT_PATH} " ]]; then
8787 say " Path detection failed."
@@ -93,7 +93,7 @@ verify() {
9393 # Defaults. If ENV vars exist, use them. If not, use these values.
9494 RUNNER_PATH=${RUNNER_PATH:- " runner" }
9595 RUNNER_CONFIG_NAME=${RUNNER_CONFIG_NAME:- $(whoami)@ $(hostname -f)}
96- RUNNER_CONFIG_LABELS=${RUNNER_CONFIG_LABELS:- " operations-project/github-runner-installer " }
96+ RUNNER_CONFIG_LABELS=${RUNNER_CONFIG_LABELS:- " operations-project/github-runner-starter " }
9797 RUNNER_CONFIG_OPTIONS=${RUNNER_CONFIG_OPTIONS:- " " }
9898
9999 # Whether to run the runner
@@ -322,7 +322,7 @@ cancel() {
322322 exit 1
323323}
324324say () {
325- echo " github-runner-installer | ${* } "
325+ echo " github-runner-starter | ${* } "
326326}
327327line () {
328328 CHARACTER=" ${CHARACTER:- -} "
0 commit comments