From 16064340485d5a8f7cef29f9db22e8678cbd3511 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Mon, 15 Mar 2021 10:58:19 +1000 Subject: [PATCH] Fixed the JSON --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e45b5d1..0a8a4ef 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: >