.github/workflows/update-terraform-providers.yml: set max-workers to 2
also add git clean so logs aren't committed
This commit is contained in:
parent
d8248ab1f7
commit
41173fb24d
1 changed files with 2 additions and 0 deletions
|
@ -32,7 +32,9 @@ jobs:
|
||||||
maintainers/scripts/update.nix \
|
maintainers/scripts/update.nix \
|
||||||
--argstr commit true \
|
--argstr commit true \
|
||||||
--argstr keep-going true \
|
--argstr keep-going true \
|
||||||
|
--argstr max-workers 2 \
|
||||||
--argstr path terraform-providers
|
--argstr path terraform-providers
|
||||||
|
git clean -f
|
||||||
- name: create PR
|
- name: create PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue