Skip to content

Commit e4e63c9

Browse files
committed
push into main
1 parent 8f02eec commit e4e63c9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
pull-requests: write # Required to add comment and label.
2222

2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: hashicorp/setup-terraform@v3
26-
- uses: devsectop/tf-via-pr@v12
27-
with:
24+
- name: Install Github CLI
25+
run: sudo apt-get install gh -y
26+
27+
- name: Checkout code
28+
uses: actions/checkout@v4
29+
- uses: hashicorp/setup-terraform@v3
30+
- uses: devsectop/tf-via-pr@v12
31+
with:
2832
# Only plan by default, or apply with lock on merge.
2933
command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
3034
arg-lock: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)