Skip to content

Commit 5c8a337

Browse files
committed
ci(github): Fix Jira project name in sync-jira workflow
1 parent c22d5b0 commit 5c8a337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-jira.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
JIRA_PASS: ${{ secrets.JIRA_PASS }}
51-
JIRA_PROJECT: IDFGH
52-
JIRA_COMPONENT: tools
51+
JIRA_PROJECT: EUB
52+
JIRA_COMPONENT: GitHub
5353
JIRA_URL: ${{ secrets.JIRA_URL }}
5454
JIRA_USER: ${{ secrets.JIRA_USER }}

0 commit comments

Comments
 (0)