File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 3636 PR_CREATE_TOKEN :
3737 required : false
3838env :
39- PIPELINES_CLI_VERSION : v0.40.0-rc10
40- PIPELINES_ACTIONS_VERSION : ore/dev-927-rework-pipelines-status-update-action
39+ PIPELINES_CLI_VERSION : v0.40.0-rc11
40+ PIPELINES_ACTIONS_VERSION : main
4141 BOILERPLATE_VERSION : v0.5.16
4242 GRUNTWORK_INSTALLER_VERSION : v0.0.40
4343
Original file line number Diff line number Diff line change 3838 required : false
3939
4040env :
41- PIPELINES_CLI_VERSION : v0.40.0-rc10
42- PIPELINES_ACTIONS_VERSION : ore/dev-927-rework-pipelines-status-update-action
41+ PIPELINES_CLI_VERSION : v0.40.0-rc11
42+ PIPELINES_ACTIONS_VERSION : main
4343 BOILERPLATE_VERSION : v0.5.16
4444 GRUNTWORK_INSTALLER_VERSION : v0.0.40
4545
5656 pipelines_orchestrate :
5757 name : Detect Infrastructure Changes
5858 runs-on : ${{ fromJSON(inputs.runner) }}
59+ env :
60+ JOB_NAME : " Detect Infrastructure Changes"
5961 steps :
6062 - name : Record workflow env vars
6163 env :
Original file line number Diff line number Diff line change 4545 PIPELINES_READ_TOKEN :
4646 required : true
4747env :
48- PIPELINES_CLI_VERSION : v0.40.0-rc10
49- PIPELINES_ACTIONS_VERSION : ore/dev-927-rework-pipelines-status-update-action
48+ PIPELINES_CLI_VERSION : v0.40.0-rc11
49+ PIPELINES_ACTIONS_VERSION : main
5050
5151jobs :
5252 unlock_one :
Original file line number Diff line number Diff line change 3636 required : false
3737
3838env :
39- PIPELINES_CLI_VERSION : v0.40.0-rc10
40- PIPELINES_ACTIONS_VERSION : ore/dev-927-rework-pipelines-status-update-action
39+ PIPELINES_CLI_VERSION : v0.40.0-rc11
40+ PIPELINES_ACTIONS_VERSION : main
4141
4242 # GitHub Actions tends to hit resource exhaustion and kill running jobs
4343 # if we leave parallelism unbounded, so we set the max to 10 for a sane default.
4747 pipelines_orchestrate :
4848 name : Detect Infrastructure Changes
4949 runs-on : ${{ fromJSON(inputs.runner) }}
50+ env :
51+ JOB_NAME : " Detect Infrastructure Changes"
5052 steps :
5153 - name : Record workflow env vars
5254 env :
You can’t perform that action at this time.
0 commit comments