Skip to content

Commit 5966567

Browse files
authored
fix: automating maintenance with Github actions
#290
1 parent 7994b58 commit 5966567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maintenance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
cd tools/provider-schema
2222
terraform init -upgrade
2323
terraform providers schema -json > schema.json
24+
cd ../..
25+
go generate ./...
2426
- uses: peter-evans/create-pull-request@v3
2527
with:
2628
commit-message: |

0 commit comments

Comments
 (0)