File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/snippets/.github/workflows Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
- " amd64"
22
22
- " common"
23
23
steps :
24
- - uses : 8BitJonny/gh- get-current- pr@3.0.0
24
+ - uses : cloudposse-github-actions/ get-pr@v1
25
25
id : pr
26
26
27
27
outputs :
28
- base : ${{ fromJSON(steps.pr.outputs.pr ).base.sha }}
29
- head : ${{ fromJSON(steps.pr.outputs.pr ).head.sha }}
30
- auto-apply : ${{ contains( fromJSON(steps.pr.outputs.pr ).labels.*.name, 'auto-apply') }}
31
- no-apply : ${{ contains( fromJSON(steps.pr.outputs.pr ).labels.*.name, 'no-apply') }}
28
+ base : ${{ fromJSON(steps.pr.outputs.json ).base.sha }}
29
+ head : ${{ fromJSON(steps.pr.outputs.json ).head.sha }}
30
+ auto-apply : ${{ contains( fromJSON(steps.pr.outputs.json ).labels.*.name, 'auto-apply') }}
31
+ no-apply : ${{ contains( fromJSON(steps.pr.outputs.json ).labels.*.name, 'no-apply') }}
32
32
33
33
atmos-affected :
34
34
name : Determine Affected Stacks
You can’t perform that action at this time.
0 commit comments