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 9166728 commit 77013e2Copy full SHA for 77013e2
1 file changed
.github/workflows/terraform-plan.yaml
@@ -12,9 +12,15 @@ jobs:
12
env:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
15
+ defaults:
16
+ run:
17
+ working-directory: terraform
18
+ permissions:
19
+ pull-requests: write
20
+
21
steps:
22
- name: Checkout code
- uses: actions/checkout@v3
23
+ uses: actions/checkout@v4
24
25
- name: Set up Terraform
26
uses: hashicorp/setup-terraform@v3
@@ -30,8 +36,3 @@ jobs:
30
36
31
37
- name: Terraform Init
32
38
run: terraform init
33
-
34
- - name: Terraform Plan
35
- uses: dflook/terraform-plan@v1
- with:
- path: terraform
0 commit comments