diff --git a/.github/workflows/pokepr.yml b/.github/workflows/pokepr.yml index 274bb11..f901e04 100644 --- a/.github/workflows/pokepr.yml +++ b/.github/workflows/pokepr.yml @@ -10,6 +10,7 @@ jobs: permissions: pull-requests: write steps: - - uses: Database-Tycoon/PokePR@v1 + - uses: actions/checkout@v4 + - uses: ./ with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 786a11a..2079fca 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,4 @@ python -m pokepr ## License MIT +