Skip to content

Commit

Permalink
Update action.yml (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Dec 16, 2024
1 parent 706ecf2 commit 15b7491
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,9 @@ runs:
name: cache-save
if: ${{ always() && inputs.cache-dependencies == 'true' && steps.restore_cache.outputs.cache-hit != 'true' }}
with:
path: |
${{ steps.golang-env.outputs.build-cache-path }}
${{ steps.golang-env.outputs.module-cache-path }}
key: digger-cli-cache-${{ hashFiles('.digger.go.sum') }}

path: ${{ github.workspace }}/cache
key: digger-cache-${{ hashFiles('**/cache') }}

branding:
icon: globe
color: purple

0 comments on commit 15b7491

Please sign in to comment.