From 5378d3cdfabb709941f8fc69c13cefd81878a7a6 Mon Sep 17 00:00:00 2001 From: Matthew Binning Date: Wed, 21 Jan 2026 15:17:37 -0800 Subject: [PATCH] fixup --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caa0c2f..28faa8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,7 +159,7 @@ encrypt: - | echo 'DD0007338E2C43BD553D569377D9D93F96483723:6:' | gpg --import-ownertrust - echo "Encrypting hello-world.tar.gz..." - - printf '%s\n' "$[[ inputs.gpg_passphrase ]]" > passphrase.txt + - printf '%s' '$[[ inputs.gpg_passphrase ]]' > passphrase.txt - | gpg --batch --yes \ --pinentry-mode loopback \