Skip to content

Commit

Permalink
Merge pull request #197 from lotyp/fix/phive-install
Browse files Browse the repository at this point in the history
Fix Cache Key Calculation in Phive Install GitHub Action
  • Loading branch information
localheinz authored Jun 7, 2024
2 parents cecae58 + 3f8fc0a commit bc55f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/phive/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
uses: "actions/[email protected]"
with:
path: "${{ inputs.phive-home }}"
key: "phive-hashFiles('**/phars.xml')"
key: "phive-${{ hashFiles('**/phars.xml') }}"
restore-keys: "phive-"

- name: "Install dependencies with phive"
Expand Down

0 comments on commit bc55f37

Please sign in to comment.