From b46a3eb6f97357ee4bada528857bfff77d08b964 Mon Sep 17 00:00:00 2001 From: Tim Jentzsch Date: Sat, 20 Jul 2024 21:38:33 +0200 Subject: [PATCH] Try to fix comparison --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index bede55c..ccb0633 100644 --- a/action.yml +++ b/action.yml @@ -114,7 +114,7 @@ runs: - name: Restore and save cache id: cache uses: actions/cache@v4 - if: ${{ inputs.save-if == "true" }} + if: ${{ inputs.save-if == 'true' }} with: save-always: ${{ inputs.save-always }} path: | @@ -134,7 +134,7 @@ runs: - name: Restore cache id: cache-restore uses: actions/cache/restore@v4 - if: ${{ inputs.save-if != "true" }} + if: ${{ inputs.save-if != 'true' }} with: path: | ${{ inputs.cargo-home }}/bin/