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 d1d7c0b commit 2a985f4Copy full SHA for 2a985f4
.github/actions/setup-build-environment/action.yml
@@ -13,7 +13,7 @@ runs:
13
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
15
- name: Create cache identifier
16
- run: echo "${{ inputs.cache-key }}" > target.txt
+ run: echo "${{ inputs.cache-key }}" > cache.txt
17
shell: bash
18
19
- name: Setup Go
@@ -22,7 +22,7 @@ runs:
22
go-version-file: go.mod
23
cache-dependency-path: |
24
go.sum
25
- target.txt
+ cache.txt
26
27
- name: Setup Python
28
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
0 commit comments