We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706ecf2 commit 15b7491Copy full SHA for 15b7491
action.yml
@@ -428,11 +428,9 @@ runs:
428
name: cache-save
429
if: ${{ always() && inputs.cache-dependencies == 'true' && steps.restore_cache.outputs.cache-hit != 'true' }}
430
with:
431
- path: |
432
- ${{ steps.golang-env.outputs.build-cache-path }}
433
- ${{ steps.golang-env.outputs.module-cache-path }}
434
- key: digger-cli-cache-${{ hashFiles('.digger.go.sum') }}
435
-
+ path: ${{ github.workspace }}/cache
+ key: digger-cache-${{ hashFiles('**/cache') }}
+
436
branding:
437
icon: globe
438
color: purple
0 commit comments