From 91b938f0d88438a63b99b0dd513229c893bb2c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 9 Apr 2023 09:34:24 +0100 Subject: [PATCH] correct yes argument --- .woodpecker/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index e2c9c41..d28c02d 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -21,7 +21,7 @@ pipeline: trusted-users = @wheel experimental-features = nix-command flakes ca-derivations EOF - - yes | nix-shell ./scripts/update.nix --argstr path ${PACKAGE} + - yes '' | nix-shell ./scripts/update.nix --argstr path ${PACKAGE} when: - event: cron - event: manual