Add git repo as output for build tasks
This is required for exporting the Gradle Build Scan URL to notifications. See gh-22490
This commit is contained in:
parent
7b1de6e1a8
commit
fbc1b96aa6
|
@ -4,6 +4,7 @@ inputs:
|
|||
- name: git-repo
|
||||
outputs:
|
||||
- name: distribution-repository
|
||||
- name: git-repo
|
||||
caches:
|
||||
- path: gradle
|
||||
params:
|
||||
|
|
|
@ -4,6 +4,7 @@ inputs:
|
|||
- name: git-repo
|
||||
outputs:
|
||||
- name: distribution-repository
|
||||
- name: git-repo
|
||||
caches:
|
||||
- path: gradle
|
||||
params:
|
||||
|
|
Loading…
Reference in New Issue