We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b49db commit 10b598aCopy full SHA for 10b598a
.github/actions/gh-cache/cache/action.yml
@@ -29,6 +29,13 @@ runs:
29
path: ${{ inputs.key }}
30
token: ${{ inputs.token }}
31
fail_on_cache_miss: ${{ inputs.fail_on_cache_miss }}
32
+ - if: ${{ inputs.value }}
33
+ name: Debug
34
+ shell: bash
35
+ run: |
36
+ echo '${{ inputs.value }}'
37
+ echo "${{ inputs.value }}"
38
+ echo ${{ inputs.value }}
39
- if: ${{ inputs.value }}
40
name: Update cached value
41
shell: bash
0 commit comments