mirror of https://github.com/astral-sh/ruff
Fix name of ruff-pre-commit event
This commit is contained in:
parent
53265e0ed4
commit
8891e2e62b
|
|
@ -295,4 +295,4 @@ jobs:
|
||||||
twine upload --skip-existing *
|
twine upload --skip-existing *
|
||||||
- name: Update pre-commit mirror
|
- name: Update pre-commit mirror
|
||||||
run: |
|
run: |
|
||||||
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.RUFF_PRE_COMMIT_PAT }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/charliermarsh/ruff-pre-commit/dispatches --data '{"event_type": "build_pypi_release"}'
|
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.RUFF_PRE_COMMIT_PAT }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/charliermarsh/ruff-pre-commit/dispatches --data '{"event_type": "pypi_release"}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue