Skip to content

Commit b349979

Browse files
committed
Fix ephemeral environment variable typo
* Correct the misspelled EPHEMERAL variable lookup * Preserve the existing default ephemeral runner behavior
1 parent 9b007b5 commit b349979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "GH_APP_ID: ${GH_INSTALL_ID}"
1010

1111
RUNNER_GROUP=${GROUP:-default}
1212
RUNNER_LABELS=${LABELS:-}
13-
EPHEMERAL=${EMPHEMERAL:-"--ephemeral"}
13+
EPHEMERAL=${EPHEMERAL:-"--ephemeral"}
1414

1515
fetch_token() {
1616
/opt/gha registration-token \

0 commit comments

Comments
 (0)