Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 853bc7b

Browse files
authored
Use int128/update-generated-files-action (#60)
* Use int128/update-generated-files-action * Update Makefile * Update terraform.yaml
1 parent 4b72737 commit 853bc7b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/terraform.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: hashicorp/setup-terraform@v2
2020
- run: make
21+
- uses: int128/update-generated-files-action@v2
2122

2223
docs:
2324
runs-on: ubuntu-latest
2425
timeout-minutes: 10
2526
steps:
2627
- uses: actions/checkout@v3
27-
with:
28-
ref: ${{ github.event.pull_request.head.ref }}
2928
- uses: terraform-docs/gh-actions@v1
30-
with:
31-
git-push: 'true'
29+
- uses: int128/update-generated-files-action@v2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: check
22
check:
3-
terraform fmt -check=true -diff=true
3+
terraform fmt
44
terraform init
55
AWS_REGION=us-east-1 terraform validate
66
make -C example check

0 commit comments

Comments
 (0)