Skip to content

Commit 1821e34

Browse files
authored
Fixes JIRA URL in workflow
1 parent f8823f6 commit 1821e34

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/main.workflow

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ workflow "Sync PRs to JIRA" {
1515

1616
action "Sync to JIRA" {
1717
uses = "espressif/github-actions/sync_issues_to_jira@master"
18-
secrets = ["GITHUB_TOKEN", "JIRA_URL", "JIRA_USER", "JIRA_PASS"]
18+
secrets = [
19+
"GITHUB_TOKEN",
20+
"JIRA_USER",
21+
"JIRA_PASS",
22+
"JIRA_URL",
23+
]
1924
env = {
2025
JIRA_PROJECT = "OCD"
2126
}

0 commit comments

Comments
 (0)