We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f567b commit 7b311dfCopy full SHA for 7b311df
.github/actions/get-workflow-job-id/action.yml
@@ -28,6 +28,6 @@ runs:
28
run: |
29
set -eux
30
31
- python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}"
+ python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}"
32
env:
33
GITHUB_TOKEN: ${{ inputs.github-token }}
0 commit comments