We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427ff49 commit 1cc592fCopy full SHA for 1cc592f
.github/workflows/osv-scanner-main.yaml
@@ -93,7 +93,7 @@ jobs:
93
LATEST_ISSUE: ${{ steps.latest_issue.outputs.content }}
94
COMMENT: ${{ steps.results.outputs.content }}
95
run: |
96
- gh issue close ${LATEST_ISSUE} --comment '${COMMENT}'
+ gh issue close ${LATEST_ISSUE} --comment "${COMMENT}"
97
- name: Create issue from results
98
if: ${{ steps.latest_issue.outputs.content == '' && !contains(steps.results.outputs.content, 'No issues found') }}
99
env:
0 commit comments