Skip to content

Commit 54678ba

Browse files
committed
fix workflow error caused by string literals
1 parent 264f416 commit 54678ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trademark-cla-notice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ v. The Company will not use the Partner Trademarks in connection
209209

210210
**To unblock this PR, reply with exactly:**
211211

212-
\`\`\`
212+
\\\`\\\`\\\`
213213
I agree to the Trademark License Addendum
214214
CLA-SIGNATURE: ${prAuthor}
215-
\`\`\``;
215+
\\\`\\\`\\\``;
216216

217217
await github.rest.issues.createComment({
218218
issue_number: prNumber,

0 commit comments

Comments
 (0)