.github/workflows/update-terraform-providers.yml: bypass interactive prompt

This commit is contained in:
zowoq 2022-10-07 19:38:55 +10:00
parent e24b9566d4
commit 98390bef9e

View file

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