JIRA: Small fix to search plugin for JIRA issues (#15816)
This commit is contained in:
parent
b75afa46f5
commit
6ac8193876
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue