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 36
36
PR_CREATE_TOKEN :
37
37
required : false
38
38
env :
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
41
41
BOILERPLATE_VERSION : v0.5.16
42
42
GRUNTWORK_INSTALLER_VERSION : v0.0.40
43
43
Original file line number Diff line number Diff line change 38
38
required : false
39
39
40
40
env :
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
43
43
BOILERPLATE_VERSION : v0.5.16
44
44
GRUNTWORK_INSTALLER_VERSION : v0.0.40
45
45
56
56
pipelines_orchestrate :
57
57
name : Detect Infrastructure Changes
58
58
runs-on : ${{ fromJSON(inputs.runner) }}
59
+ env :
60
+ JOB_NAME : " Detect Infrastructure Changes"
59
61
steps :
60
62
- name : Record workflow env vars
61
63
env :
Original file line number Diff line number Diff line change 45
45
PIPELINES_READ_TOKEN :
46
46
required : true
47
47
env :
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
50
50
51
51
jobs :
52
52
unlock_one :
Original file line number Diff line number Diff line change 36
36
required : false
37
37
38
38
env :
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
41
41
42
42
# GitHub Actions tends to hit resource exhaustion and kill running jobs
43
43
# if we leave parallelism unbounded, so we set the max to 10 for a sane default.
47
47
pipelines_orchestrate :
48
48
name : Detect Infrastructure Changes
49
49
runs-on : ${{ fromJSON(inputs.runner) }}
50
+ env :
51
+ JOB_NAME : " Detect Infrastructure Changes"
50
52
steps :
51
53
- name : Record workflow env vars
52
54
env :
You can’t perform that action at this time.
0 commit comments