Skip to content

Commit

Permalink
Sigh, fixing indents
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 15, 2021
1 parent e874b60 commit cf42522
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 @@ -77,7 +77,7 @@ jobs:
\"VcsType\": \"Git\",
\"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 }}\"}]
[{\"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
Expand Down

0 comments on commit cf42522

Please sign in to comment.