Skip to content

Commit

Permalink
format no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent c98fec5 commit ad8a9f2
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: ${{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"

Expand Down

0 comments on commit ad8a9f2

Please sign in to comment.