mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
.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
@ -32,7 +32,9 @@ jobs:
|
||||
maintainers/scripts/update.nix \
|
||||
--argstr commit true \
|
||||
--argstr keep-going true \
|
||||
--argstr max-workers 2 \
|
||||
--argstr path terraform-providers
|
||||
git clean -f
|
||||
- name: create PR
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user