Skip to content

Commit 18dddb4

Browse files
committed
ci(new_issue): Fixed new issue CI
1 parent 02b997b commit 18dddb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Sync issue comments to JIRA
13-
uses: espressif/github-actions/sync_issues_to_jira@master
13+
uses: espressif/sync-jira-actions@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
JIRA_PASS: ${{ secrets.JIRA_PASS }}

.github/workflows/new_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Sync GitHub issues to Jira project
13-
uses: espressif/github-actions/sync_issues_to_jira@master
13+
uses: espressif/sync-jira-actions@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
JIRA_PASS: ${{ secrets.JIRA_PASS }}

.github/workflows/new_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@master
1515
- name: Sync PRs to Jira project
16-
uses: espressif/github-actions/sync_issues_to_jira@master
16+
uses: espressif/sync-jira-actions@master
1717
with:
1818
cron_job: true
1919
env:

0 commit comments

Comments
 (0)