Skip to content

Commit 22655a5

Browse files
committed
fix: Add missing (required) property: 'shell'
1 parent 3160b92 commit 22655a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ runs:
3131
fail_on_cache_miss: ${{ inputs.fail_on_cache_miss }}
3232
- if: ${{ inputs.value }}
3333
name: Update cached value
34+
shell: bash
3435
run: echo "${{ inputs.value }}" > ${{ inputs.key }}
3536
- name: Save cached value
3637
uses: github/continuous-accessibility-scanner/.github/actions/gh-cache/save@smockle/cache-findings
3738
with:
3839
path: ${{ inputs.key }}
3940
token: ${{ inputs.token }}
4041
- name: Output cached value
42+
shell: bash
4143
run: echo "value=$(cat ${{ inputs.key }})" >> $GITHUB_OUTPUT
4244

4345
branding:

0 commit comments

Comments
 (0)