diff --git a/.github/actions/install-repo/action.yml b/.github/actions/install-repo/action.yml index 4bc4503a..647ff2fa 100644 --- a/.github/actions/install-repo/action.yml +++ b/.github/actions/install-repo/action.yml @@ -21,11 +21,11 @@ runs: key: build-${{inputs.repo-name}} path: ${{ runner.temp }}/build-${{inputs.repo-name}} - - if: ${{format('steps.build-kokkos.outputs.cache-hit', inputs.repo-name) == 'true'}} + - if: ${{format(steps.build-kokkos.outputs.cache-hit, inputs.repo-name) == 'true'}} shell: bash run: echo "hello false" - - if: ${{format('steps.build-kokkos.outputs.cache-hit', inputs.repo-name) == 'true'}} + - if: ${{format(steps.build-kokkos.outputs.cache-hit, inputs.repo-name) == 'true'}} shell: bash run: echo "hello true"