Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent 315c821 commit 8e6ac30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
git switch dev
env:
GITHUB_TOKEN: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
- name: Create or Update Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
branch: update-docs
title: "Daily Docs Update"
body: "This is an automated pull request to update the documentation."
# - name: Create or Update Pull Request
# uses: peter-evans/create-pull-request@v7
# with:
# token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
# branch: update-docs
# title: "Daily Docs Update"
# body: "This is an automated pull request to update the documentation."

0 comments on commit 8e6ac30

Please sign in to comment.