mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
use a string for potentially weird characters
This commit is contained in:
parent
30a688a159
commit
ebe3f0a7b6
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user