Skip to content

Commit 45264ae

Browse files
committed
Readme title
1 parent 6ea48e4 commit 45264ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gradle-cache
1+
# Bundle Cache Tool
22

33
A CLI tool for saving and restoring Gradle build cache bundles, with a ready-to-use GitHub Action.
44

@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0 # full history needed for cache lookup
3232

33-
- uses: joshfriend/gradle-cache-tool@v1 # restores cache here
33+
- uses: joshfriend/bundle-cache@v1 # restores cache here
3434

3535
- run: ./gradlew assembleDebug # your build
3636

0 commit comments

Comments
 (0)