Skip to content

Commit

Permalink
Fix: updated workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Jul 26, 2023
1 parent ab13568 commit cb62514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-run-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jobs:
test_run_script_job:
uses: ./.github/workflows/run-script.yml
with:
script_name_with_args: update_contributors
script_name_with_args: update-contributors
secrets: inherit
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ readme = "README.md"
license = {text = "MIT"}

[project.scripts]
parse-contributors = "pyosmeta.cli.update_contributors:main"
parse-review-issues = "pyosmeta.cli.update_reviews:main"
update-contributors = "pyosmeta.cli.update_contributors:main"
update-reviews = "pyosmeta.cli.update_reviews:main"
update-reviewers = "pyosmeta.cli.update_review_contribs:main"

[tool.pdm]

0 comments on commit cb62514

Please sign in to comment.