Skip to content

Commit 2a985f4

Browse files
committed
Rename
1 parent d1d7c0b commit 2a985f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-build-environment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

1515
- name: Create cache identifier
16-
run: echo "${{ inputs.cache-key }}" > target.txt
16+
run: echo "${{ inputs.cache-key }}" > cache.txt
1717
shell: bash
1818

1919
- name: Setup Go
@@ -22,7 +22,7 @@ runs:
2222
go-version-file: go.mod
2323
cache-dependency-path: |
2424
go.sum
25-
target.txt
25+
cache.txt
2626
2727
- name: Setup Python
2828
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

0 commit comments

Comments
 (0)