Skip to content

Commit

Permalink
if true
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent ad8a9f2 commit 0122df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ${{ 'steps.build-kokkos.outputs.cache-hit' == 'true'}}
shell: bash
run: echo "hello false"

- if: ${{format(steps.build-kokkos.outputs.cache-hit, inputs.repo-name) == 'true'}}
- if: ${{ 'steps.build-kokkos.outputs.cache-hit' == 'true'}}
shell: bash
run: echo "hello true"

Expand Down

0 comments on commit 0122df3

Please sign in to comment.