We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed00dfa commit 66ef40eCopy full SHA for 66ef40e
1 file changed
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- if: ${{ steps.cache-ccache.outputs.cache-hit == 'true' }}
31
name: Report on cache
32
continue-on-error: true
33
- run: echo "cache hit"
+ run: echo "cache hit yes"
34
35
- name: Deps
36
run: |
0 commit comments