Skip to content

Commit

Permalink
Fixed the JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 15, 2021
1 parent d3a9cfa commit 1606434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
\"VcsType\": \"Git\",
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\",
\"Commits\": {
\"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
}}" > buildinfo.json; cat buildinfo.json
- name: Push Build Info Package
run: >
Expand Down

0 comments on commit 1606434

Please sign in to comment.