JIRA: Small fix to search plugin for JIRA issues (#15816)

This commit is contained in:
David Yu 2022-12-15 13:32:46 -08:00 committed by GitHub
parent b75afa46f5
commit 6ac8193876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Set ticket type
id: set-ticket-type
run: |
echo "TYPE=Github Issue" >> $GITHUB_OUTPUT
echo "TYPE=GH Issue" >> $GITHUB_OUTPUT
- name: Set ticket labels
if: github.event.action == 'opened'