Skip to content

Commit ffe25e6

Browse files
goruhagithub-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 3434b02 commit ffe25e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/snippets/.github/workflows/atmos-terraform-apply.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- "amd64"
2222
- "common"
2323
steps:
24-
- uses: 8BitJonny/gh-get-current-pr@3.0.0
24+
- uses: cloudposse-github-actions/get-pr@v1
2525
id: pr
2626

2727
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') }}
3232

3333
atmos-affected:
3434
name: Determine Affected Stacks

0 commit comments

Comments
 (0)