From 33958c7398abb35a992a7dbab73e626ef176ec3c Mon Sep 17 00:00:00 2001 From: amdfaa <107946068+amdfaa@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:36:22 -0600 Subject: [PATCH] Update run_with_env_secrets.py --- .github/scripts/run_with_env_secrets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/run_with_env_secrets.py b/.github/scripts/run_with_env_secrets.py index 6046d5d212..e254ec014d 100644 --- a/.github/scripts/run_with_env_secrets.py +++ b/.github/scripts/run_with_env_secrets.py @@ -71,7 +71,7 @@ def main(): -e RUNNER_ARTIFACT_DIR=/artifacts \ -e RUNNER_DOCS_DIR=/docs \ -e RUNNER_TEST_RESULTS_DIR=/test-results \ - --env-file=" { env_file }" \ + --env-file="{ env_file }" \ `# It is unknown why the container sees a different value for this.` \ -e GITHUB_STEP_SUMMARY \ { ' '.join([ f'-e {v}' for v in secrets_u_names ]) } \