Change shell

This commit is contained in:
Simon Hamp
2024-04-23 22:04:21 +01:00
parent e1b9f9ac5d
commit 53b52fde30

View File

@@ -54,6 +54,7 @@ jobs:
- name: Generate hashed key for cache
id: cache-key
shell: bash
run: |
INPUT_HASH=$(echo "${{ inputs.version }}-dependencies-${{ inputs.extensions }}" | sha256sum | awk '{print $1}')
echo "::set-output name=hash::$INPUT_HASH"