We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfd374 commit a4535c5Copy full SHA for a4535c5
README.md
@@ -1,5 +1,6 @@
1
-# GitHub Action
+# GitHub Actions
2
3
+Provides GitHub Workflow
4
5
## Sample Repositories
6
@@ -12,13 +13,13 @@
12
13
14
## Cache
15
-- Cache Gradle dependencies: [java/README.md](java/README.md)
16
+- Optimize build speed using the `cache` plugin: [java/README.md](java/README.md)
17
18
[java/.github/workflows/build-java.yml](java/.github/workflows/build-java.yml)
19
20
[java/.github/workflows/build-java-sonarqube.yml](java/.github/workflows/build-java-sonarqube.yml)
21
-## Metric
22
+## Matrix
23
24
- [gke-workload-identity](https://github.com/DevSecOpsSamples/gke-workload-identity/blob/master/.github/workflows/build.yml)
25
0 commit comments