Skip to content

Commit

Permalink
Merge pull request #1 from carlthome/patch-1
Browse files Browse the repository at this point in the history
Use ${{ inputs.path }} as cache path
  • Loading branch information
Eeems authored Sep 22, 2024
2 parents 83d1f37 + 415b850 commit cbc42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
- name: Cache deb files
uses: actions/cache@v4
with:
path: .aptcache
path: ${{ inputs.path }}
key: apt-cache-${{ env.packagesHash }}
restore-keys: |
apt-cache-
Expand Down

0 comments on commit cbc42fb

Please sign in to comment.