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
@@ -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 \