Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/pdm-project/setu…
Browse files Browse the repository at this point in the history
…p-pdm-4
  • Loading branch information
HsiangNianian authored Jan 27, 2024
2 parents c5ca78d + 4f84641 commit 7076800
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
env:
iamai_DEV: "1"

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore(docs): update api docs"
title: "chore(docs): update api docs"
body: "automatic update api docs"
branch: docs/update-api-docs
base: master
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v5
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# commit-message: "chore(docs): update api docs"
# title: "chore(docs): update api docs"
# body: "automatic update api docs"
# branch: docs/update-api-docs
# base: master

0 comments on commit 7076800

Please sign in to comment.