Skip to content

Commit 1606434

Browse files
committed
Fixed the JSON
1 parent d3a9cfa commit 1606434

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ 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 }}\"}]
81-
}}}" > buildinfo.json; cat buildinfo.json
81+
}}" > buildinfo.json; cat buildinfo.json
8282
8383
- name: Push Build Info Package
8484
run: >

0 commit comments

Comments
 (0)