Skip to content

Commit

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

0 comments on commit d54eb5d

Please sign in to comment.