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 3160b92 commit 22655a5Copy full SHA for 22655a5
.github/actions/gh-cache/cache/action.yml
@@ -31,13 +31,15 @@ runs:
31
fail_on_cache_miss: ${{ inputs.fail_on_cache_miss }}
32
- if: ${{ inputs.value }}
33
name: Update cached value
34
+ shell: bash
35
run: echo "${{ inputs.value }}" > ${{ inputs.key }}
36
- name: Save cached value
37
uses: github/continuous-accessibility-scanner/.github/actions/gh-cache/save@smockle/cache-findings
38
with:
39
path: ${{ inputs.key }}
40
token: ${{ inputs.token }}
41
- name: Output cached value
42
43
run: echo "value=$(cat ${{ inputs.key }})" >> $GITHUB_OUTPUT
44
45
branding:
0 commit comments