Skip to content

Commit cbc40f4

Browse files
authored
chore(ci): fix create-jira-tickets task (#534)
1 parent 5bdff9e commit cbc40f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
JIRA_PROJECT: "VSCODE"
122122
JIRA_VULNERABILITY_BUILD_INFO: "- [GitHub Run|https://github.com/mongodb-js/vscode/actions/runs/${{github.run_id}}/jobs/${{github.job}}]"
123123
run: |
124-
npm run create-jira-tickets > /dev/null
124+
npm run create-vulnerability-tickets > /dev/null
125125
126126
- name: Generate Vulnerability Report (Fail on >= High)
127127
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)