We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26648f commit c049c5bCopy full SHA for c049c5b
.github/workflows/isaac_linux_job_v2.yml .github/workflows/linux_job_v2.yml.github/workflows/isaac_linux_job_v2.yml renamed to .github/workflows/linux_job_v2.yml
@@ -243,9 +243,7 @@ jobs:
243
echo "${SCRIPT}";
244
} > "${RUNNER_TEMP}/exec_script"
245
chmod +x "${RUNNER_TEMP}/exec_script"
246
- echo "${{ github.workspace }}"
247
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 }}"
249
250
- name: Run script outside container
251
if: ${{ inputs.run-with-docker == false }}
0 commit comments