[CI] Fix PR comment (#2131)

This commit is contained in:
Zahi Moudallal
2023-08-18 09:16:18 -07:00
committed by GitHub
parent 100cabd0e4
commit 1faf93e6fb

View File

@@ -47,5 +47,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
body: 'Ignore this message. This is to test another workflow posting comment on PR number ${issue_number}.'
body: `Ignore this message. This is to test another workflow posting comment on PR number ${issue_number}.`
});