Skip to content

Commit b9ed0d5

Browse files
JAVASE-1 Fix create Jira ticket automation (#18)
1 parent dd72264 commit b9ed0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PullRequestCreated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
github-token: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
2727
jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
2828
jira-token: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_TOKEN }}
29-
jira-project: SONARJAVA
29+
jira-project: JAVASE

0 commit comments

Comments
 (0)