Skip to content

Commit

Permalink
ci: fix openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 12, 2024
1 parent 7586525 commit 1cb1a6d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>"

0 comments on commit 1cb1a6d

Please sign in to comment.