Skip to content

Commit

Permalink
fix: wrong cache key for phive install action
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 7, 2024
1 parent cecae58 commit 3f8fc0a
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/cache@v4.0.2"
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 3f8fc0a

Please sign in to comment.