Skip to content

Commit 927ad66

Browse files
committed
Update assertion on test workflow
1 parent 5cd1d8c commit 927ad66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action-gh-marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
"nuget-version": "1.0.13-alpha",
6161
"auto-generate-release-notes": "Yes",
6262
"push-nuget": "",
63-
"custom-release-notes": "## Custom release notes\n\nTest 123\n\nAnother line:\n- point 1\n- point 2\n- point 3",
63+
"custom-release-notes": "## Custom release notes\n\nTest 123\n\"line with double quotes\"\n\nAnother line:\n- point 1\n- point 2\n- point 3",
6464
"operating-systems": {
6565
"macos": true,
6666
"windows": true,

0 commit comments

Comments
 (0)