Skip to content

Commit c049c5b

Browse files
committed
amend
1 parent f26648f commit c049c5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,7 @@ jobs:
243243
echo "${SCRIPT}";
244244
} > "${RUNNER_TEMP}/exec_script"
245245
chmod +x "${RUNNER_TEMP}/exec_script"
246-
echo "${{ github.workspace }}"
247246
python3 "${{ github.workspace }}/test-infra/.github/scripts/run_with_env_secrets.py" "${{ inputs.secrets-env }}"
248-
# python3 "vmoens/test-infra/.github/scripts/run_with_env_secrets.py" "${{ inputs.secrets-env }}"
249247
250248
- name: Run script outside container
251249
if: ${{ inputs.run-with-docker == false }}

0 commit comments

Comments
 (0)