Skip to content

Commit 10b598a

Browse files
committed
wip: Debug
1 parent 07b49db commit 10b598a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/gh-cache/cache/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ runs:
2929
path: ${{ inputs.key }}
3030
token: ${{ inputs.token }}
3131
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 }}
3239
- if: ${{ inputs.value }}
3340
name: Update cached value
3441
shell: bash

0 commit comments

Comments
 (0)