diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index deed153..d77fecc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,8 @@ jobs: test-cache: uses: ./.github/workflows/env.yml with: - cache: "true" + cache: true test-no-cache: uses: ./.github/workflows/env.yml with: - cache: "false" + cache: false diff --git a/action.yml b/action.yml index 4404ab1..4001247 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: shell: bash - name: Cache binaries - if: ${{ inputs.cache == 'true' }} + if: ${{ inputs.cache == true || inputs.cache == 'true' }} uses: actions/cache@v3 with: path: |