.github/workflows/update-terraform-providers.yml: bypass interactive prompt
This commit is contained in:
parent
e24b9566d4
commit
98390bef9e
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue