Skip to content

Commit

Permalink
Fixed a missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 15, 2021
1 parent d54eb5d commit 6120df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
\"VcsCommitNumber\":\"${{ github.sha }}\",
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
\"VcsType\": \"Git\",
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\""
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"",
\"Commits\" {
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}]
}}}" > buildinfo.json; cat buildinfo.json
Expand Down

0 comments on commit 6120df0

Please sign in to comment.