We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cd7a3 commit 958567aCopy full SHA for 958567a
1 file changed
.github/workflows/test-analysis.yml
@@ -1,6 +1,10 @@
1
name: Build and test the project
2
on:
3
workflow_call:
4
+ outputs:
5
+ cache_key:
6
+ description: "Cache key used for Maven repository"
7
+ value: ${{ jobs.build.outputs.cache_key }}
8
secrets:
9
SONAR_TOKEN:
10
required: true
0 commit comments