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 d74c637 commit ad03d4dCopy full SHA for ad03d4d
action.yml
@@ -383,15 +383,6 @@ runs:
383
shell: bash
384
if: ${{ !startsWith(github.action_ref, 'v') }}
385
386
- - uses: actions/cache@v4
387
- with:
388
- path: |
389
- ${{ steps.golang-env.outputs.build-cache-path }}
390
- ${{ steps.golang-env.outputs.module-cache-path }}
391
- key: digger-cli-cache-${{ hashFiles('.digger.go.sum') }}
392
- restore-keys: digger-cli-cache-
393
- if: ${{ !startsWith(github.action_ref, 'v') && inputs.cache-dependencies == 'true' }}
394
-
395
- name: Adding required env vars for next step
396
uses: actions/github-script@v7
397
env:
0 commit comments