mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-02 16:12:02 -05:00
fix(ci): use correct quotes for commit description
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user