Skip to content

Commit 3adf762

Browse files
authored
git submodule update in automated maintenance (#302)
1 parent 5f37b10 commit 3adf762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maintenance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- run: |
1818
go get github.com/aws/aws-sdk-go
1919
go mod tidy
20-
go generate ./...
2120
cd tools/provider-schema
2221
terraform init -upgrade
2322
terraform providers schema -json > schema.json
2423
cd ../..
24+
git submodule update --remote
2525
go generate ./...
2626
- uses: peter-evans/create-pull-request@v3
2727
with:

0 commit comments

Comments
 (0)