Skip to content

Commit e874b60

Browse files
committed
Missed a colon
1 parent 6120df0 commit e874b60

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
@@ -76,7 +76,7 @@ jobs:
7676
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
7777
\"VcsType\": \"Git\",
7878
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"",
79-
\"Commits\" {
79+
\"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
8282

0 commit comments

Comments
 (0)