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 2605e09 commit ca99656Copy full SHA for ca99656
.github/workflows/dispatch_internal_repo_workflow.yaml
@@ -65,7 +65,7 @@ jobs:
65
--arg targetAccountGroup ${{ inputs.targetAccountGroup }} \
66
--arg targetComponent ${{ inputs.targetComponent }} \
67
--arg terraformAction "${{ inputs.terraformAction }}" \
68
- --arg callerRunId "${GITHUB_RUN_ID}" \
+ --arg callerRunId "${GITHUB_RUN_ID}-${GITHUB_JOB}" \
69
'{
70
"ref": "${{ inputs.internalRef }}",
71
"inputs": (
@@ -112,6 +112,7 @@ jobs:
112
contains("'${{ inputs.targetAccountGroup }}'") and
113
contains("'${{ inputs.targetComponent }}'") and
114
contains("'${{ inputs.terraformAction }}'"))
115
+ | select(.path == ".github/workflows/'${{ inputs.targetWorkflow }}'")
116
| .url')
117
118
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
0 commit comments