mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Replace occurrances of gradle-build-action
- Mostly with `setup-gradle` - Some with `gradle-actions`
This commit is contained in:
@@ -116,7 +116,7 @@ export function generateCachingReport(listener: CacheListener): string {
|
||||
|
||||
return `
|
||||
<details>
|
||||
<summary><h4>Caching for gradle-build-action was ${listener.cacheStatus} - expand for details</h4></summary>
|
||||
<summary><h4>Caching for Gradle actions was ${listener.cacheStatus} - expand for details</h4></summary>
|
||||
${renderEntryTable(entries)}
|
||||
|
||||
<h5>Cache Entry Details</h5>
|
||||
|
||||
Reference in New Issue
Block a user