Skip to content

Commit c2076d4

Browse files
committed
Opps, fixed quote
1 parent bc070e9 commit c2076d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
\"Commits\":
8484
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}],
8585
\"WorkItems\":
86-
[{\"Id"\: \"2\", \"LinkUrl\": \"https://github.com/OctopusSamples/RandomQuotes-Java/issues/2\", \"Source\": \"GitHub\", \"Description\": \"Add workitems to the github workflow build info JSON file\"}]
86+
[{\"Id\": \"2\", \"LinkUrl\": \"https://github.com/OctopusSamples/RandomQuotes-Java/issues/2\", \"Source\": \"GitHub\", \"Description\": \"Add workitems to the github workflow build info JSON file\"}]
8787
}" > dockerbuildinfo.json; cat dockerbuildinfo.json
8888
8989
- name: Push Build Info

0 commit comments

Comments
 (0)