We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf42522 commit d3a9cfaCopy full SHA for d3a9cfa
1 file changed
.github/workflows/maven.yml
@@ -75,7 +75,7 @@ jobs:
75
\"VcsCommitNumber\":\"${{ github.sha }}\",
76
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
77
\"VcsType\": \"Git\",
78
- \"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"",
+ \"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
0 commit comments