Update action.yml

This commit is contained in:
Jamie Schouten 2024-09-14 10:43:51 +00:00
parent 270f6a054a
commit ebe62d02cf

View File

@ -24,7 +24,7 @@ runs:
- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/${{ inputs.file }}') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/' + inputs.file) }}
restore-keys: |
${{ runner.os }}-composer-