From 4f9134b1bf3cad902155e7f0bef27c74b20a9020 Mon Sep 17 00:00:00 2001 From: Mohamed Habib Date: Mon, 16 Dec 2024 14:25:53 +0000 Subject: [PATCH] Update action.yml --- action.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index b9477a735..db1923814 100644 --- a/action.yml +++ b/action.yml @@ -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