diff --git a/.github/workflows/release-openapi.yaml b/.github/workflows/release-openapi.yaml index df1529d9..aa78ef43 100644 --- a/.github/workflows/release-openapi.yaml +++ b/.github/workflows/release-openapi.yaml @@ -37,19 +37,3 @@ jobs: push-to-fork: Trim21-bot/api branch: "update-upstream" author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" - - - uses: actions/checkout@v4 - with: - repository: "bangumi/dev-docs" - path: dev-docs - - - run: cp ./dist/private.yaml ./dev-docs/api.yaml - - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 - with: - path: dev-docs - token: ${{ secrets.PAT }} - title: Update Openapi Specification from bangumi/server - push-to-fork: Trim21-bot/dev-docs - branch: "update-upstream" - author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"