Skip to content

Commit

Permalink
chore(.github/workflows): minor fix for manual-pr-nda-link.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed May 23, 2024
1 parent 12552b0 commit 156cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-pr-nda-link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
body: [
'<!-- nda-start -->',
'$URL',
'<!-- nda-end -->' + (body.startsWith('\n') ? body : `\n${body}`),
'<!-- nda-end -->' + body,
].join("\n")
}))
__EOF
Expand Down

0 comments on commit 156cf45

Please sign in to comment.