Merge pull request #194907 from qowoz/tf-action-fix

.github/workflows/update-terraform-providers.yml: bypass interactive prompt
This commit is contained in:
Jörg Thalheim 2022-10-07 12:45:59 +02:00 committed by GitHub
commit bcfd4d2c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
nix-shell \
echo | nix-shell \
maintainers/scripts/update.nix \
--argstr commit true \
--argstr keep-going true \