Skip to content

Commit 6120df0

Browse files
committed
Fixed a missing comma
1 parent d54eb5d commit 6120df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ 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\""
78+
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"",
7979
\"Commits\" {
8080
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}]
8181
}}}" > buildinfo.json; cat buildinfo.json

0 commit comments

Comments
 (0)