From 8caf43582ade2ac839e3ece7ca5814f7ba47e36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 15 Nov 2022 18:42:31 +0100 Subject: [PATCH] mash the enter key instead of typing yes --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c977de2..0885223 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -38,7 +38,7 @@ jobs: - name: Update flake.lock run: nix flake update - name: Run update script - run: yes | nix-shell ./scripts/update.nix + run: yes '' | nix-shell ./scripts/update.nix - name: Format run: nix fmt - name: Delete secrets