Skip to content

Commit a51b419

Browse files
aschemanCopilot
andauthored
Fix GH Caching key
Co-authored-by: Copilot <[email protected]>
1 parent 09784cf commit a51b419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/cache@v4
152152
with:
153153
path: ~/.gradle/caches
154-
key: "${{ runner.os }}-gradle-caches }}"
154+
key: "${{ runner.os }}-gradle-caches"
155155
restore-keys: ${{ runner.os }}-gradle-caches
156156

157157
- name: Execute Gradle build

0 commit comments

Comments
 (0)