Skip to content

Commit 1cc592f

Browse files
committed
Fix comment output when closing issues.
1 parent 427ff49 commit 1cc592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osv-scanner-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
LATEST_ISSUE: ${{ steps.latest_issue.outputs.content }}
9494
COMMENT: ${{ steps.results.outputs.content }}
9595
run: |
96-
gh issue close ${LATEST_ISSUE} --comment '${COMMENT}'
96+
gh issue close ${LATEST_ISSUE} --comment "${COMMENT}"
9797
- name: Create issue from results
9898
if: ${{ steps.latest_issue.outputs.content == '' && !contains(steps.results.outputs.content, 'No issues found') }}
9999
env:

0 commit comments

Comments
 (0)