From 60dc527cad48ba56c07a0e455d02bc8e4538884a Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 11 Feb 2026 15:45:32 -0600 Subject: [PATCH] . --- .github/actions/decrypt-secrets/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/decrypt-secrets/action.yml b/.github/actions/decrypt-secrets/action.yml index 6096f22..5ee3699 100644 --- a/.github/actions/decrypt-secrets/action.yml +++ b/.github/actions/decrypt-secrets/action.yml @@ -13,6 +13,7 @@ runs: using: "composite" steps: - name: install python deps + shell: bash run: | pip install pyzipper - name: Decrypt and Mask