Skip to content

Commit

Permalink
chore: fix workflow (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylachun committed Mar 28, 2024
1 parent 37b7021 commit e95b976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira-issue-label-added.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
call-workflow:
uses: stoplightio/.github/.github/workflows/jira-issue-label-added.yaml@master
with:
team-name: ${{ github.event.label.name === 'team/bear-claws' && 'Bear Claws' || github.event.label.name === 'team/honey-hackers' && 'Honey Hackers'}}
team-name: ${{ github.event.label.name == 'team/bear-claws' && 'Bear Claws' || github.event.label.name == 'team/honey-hackers' && 'Honey Hackers'}}
secrets: inherit

0 comments on commit e95b976

Please sign in to comment.