mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #194907 from qowoz/tf-action-fix
.github/workflows/update-terraform-providers.yml: bypass interactive prompt
This commit is contained in:
commit
bcfd4d2c8d
@ -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 New Issue
Block a user