Skip to content

Commit ebfc19c

Browse files
committed
cicd: Add missing output cache-key. #TASK-7809
1 parent 31100ad commit ebfc19c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-java-app-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626
version:
2727
description: "Project version"
2828
value: ${{ jobs.build-workflow.outputs.version }}
29+
cache-key:
30+
description: "Cache key used for Maven repository"
31+
value: ${{ jobs.build-workflow.outputs.cache-key }}
2932

3033
jobs:
3134
build-workflow:

0 commit comments

Comments
 (0)