From ebe3f0a7b60e11105ac37a6c267dc8ab3f9ae99e Mon Sep 17 00:00:00 2001 From: miampf Date: Wed, 31 Jan 2024 14:26:12 +0100 Subject: [PATCH] use a string for potentially weird characters --- .github/actions/e2e_cleanup_timeframe/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_cleanup_timeframe/action.yml b/.github/actions/e2e_cleanup_timeframe/action.yml index e3aac7123..e3f76cc38 100644 --- a/.github/actions/e2e_cleanup_timeframe/action.yml +++ b/.github/actions/e2e_cleanup_timeframe/action.yml @@ -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 }}