Skip to content

Commit

Permalink
fix copy-paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Mar 6, 2024
1 parent 61ae23d commit 8e092fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/automation/actions/jira-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e092fb

Please sign in to comment.