diff --git a/.github/workflows/sync-issues.yml b/.github/workflows/sync-issues.yml index 1ad322581bf..b4621f83d45 100644 --- a/.github/workflows/sync-issues.yml +++ b/.github/workflows/sync-issues.yml @@ -3,7 +3,7 @@ on: issues: types: [opened, closed, reopened, edited] jobs: - sync-and-process-files: + sync-issues: runs-on: ubuntu-latest steps: - name: Checkout sync tool diff --git a/tools/automation/actions/jira-sync/action.yml b/tools/automation/actions/jira-sync/action.yml index 6ff06a07d8d..2ddf3168cc9 100644 --- a/tools/automation/actions/jira-sync/action.yml +++ b/tools/automation/actions/jira-sync/action.yml @@ -2,7 +2,7 @@ name: 'Sync issues with Jira' description: 'Create or update Jira issues to match open issues in this repo' runs: using: 'node20' - main: 'index.js' + main: 'jira.js' inputs: github-token: description: "Token to use for accessing GitHub's API. Usually secrets.GITHUB_TOKEN"