Skip to content

Commit 264f416

Browse files
committed
fix workflow
1 parent 3fe9b56 commit 264f416

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ jobs:
146146
);
147147
148148
if (!existingClaComment && context.eventName === 'pull_request') {
149-
const claText = `
150-
# Trademark License Addendum
149+
const claText = `# Trademark License Addendum
151150
152151
Merging of this pull request is temporarily blocked. Please
153152
read and agree to the Trademark License Addendum below to
@@ -213,9 +212,8 @@ v. The Company will not use the Partner Trademarks in connection
213212
\`\`\`
214213
I agree to the Trademark License Addendum
215214
CLA-SIGNATURE: ${prAuthor}
216-
\`\`\`
217-
`;
218-
215+
\`\`\``;
216+
219217
await github.rest.issues.createComment({
220218
issue_number: prNumber,
221219
owner: context.repo.owner,

0 commit comments

Comments
 (0)