fix(ci): use correct quotes for commit description
This commit is contained in:
parent
67ebd876d3
commit
5f1d684551
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
script: |
|
||||
const issueNumber = context.payload.issue.number;
|
||||
const commitSha = '${{ steps.check-commit.outputs.commit_sha }}';
|
||||
const commitMessage = '${{ steps.check-commit.outputs.commit_message }}';
|
||||
const commitMessage = `${{ steps.check-commit.outputs.commit_message }}`;
|
||||
const commitUrl = '${{ steps.check-commit.outputs.commit_url }}';
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue