This commit is contained in:
Bryan Gerlach
2026-02-11 15:24:06 -06:00
parent 28e48c8eb8
commit 6dc19ccd05

View File

@@ -12,6 +12,9 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: install python deps
run: |
pip install pyzipper
- name: Decrypt and Mask - name: Decrypt and Mask
shell: python shell: python
run: | run: |