We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6120df0 commit e874b60Copy full SHA for e874b60
1 file changed
.github/workflows/maven.yml
@@ -76,7 +76,7 @@ jobs:
76
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
77
\"VcsType\": \"Git\",
78
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"",
79
- \"Commits\" {
+ \"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
82
0 commit comments