Skip to content

Commit 67b69fd

Browse files
committed
Added a comment parser. Fixes #2
1 parent eb634d7 commit 67b69fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
8181
\"VcsType\": \"Git\",
8282
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\",
83+
\"CommentParser\": \"GitHub\",
8384
\"Commits\":
8485
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}],
8586
}" > dockerbuildinfo.json; cat dockerbuildinfo.json

0 commit comments

Comments
 (0)