use a string for potentially weird characters

This commit is contained in:
miampf 2024-01-31 14:26:12 +01:00
parent 30a688a159
commit ebe3f0a7b6
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -18,7 +18,7 @@ runs:
nixTools: |
unzip
- name: Run cleanup
run: ./.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh ${{ inputs.encryptionSecret }}
run: ./.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh '${{ inputs.encryptionSecret }}'
shell: bash
env:
GH_TOKEN: ${{ inputs.ghToken }}