Skip to content

Commit d54eb5d

Browse files
committed
Added commit message
1 parent ba870eb commit d54eb5d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ jobs:
7575
\"VcsCommitNumber\":\"${{ github.sha }}\",
7676
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
7777
\"VcsType\": \"Git\",
78-
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"}}" > buildinfo.json; cat buildinfo.json
78+
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\""
79+
\"Commits\" {
80+
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}]
81+
}}}" > buildinfo.json; cat buildinfo.json
7982
8083
- name: Push Build Info Package
8184
run: >

0 commit comments

Comments
 (0)