From a494f538434e83be58fd24b0b5f3379495021974 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 2 Jul 2026 09:45:37 -0700 Subject: [PATCH] Fix ephemeral environment variable typo * Correct the misspelled EPHEMERAL variable lookup * Preserve the existing default ephemeral runner behavior --- scripts/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start b/scripts/start index ea6f8d6..5cdfcbb 100755 --- a/scripts/start +++ b/scripts/start @@ -10,7 +10,7 @@ echo "GH_APP_ID: ${GH_INSTALL_ID}" RUNNER_GROUP=${GROUP:-default} RUNNER_LABELS=${LABELS:-} -EPHEMERAL=${EMPHEMERAL:-"--ephemeral"} +EPHEMERAL=${EPHEMERAL:-"--ephemeral"} fetch_token() { /opt/gha registration-token \