Skip to content

Commit

Permalink
Testing testing-docs-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 17, 2024
1 parent b830ad7 commit e9afefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
diff -q generated_file.md committed_file.md
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PRBOT_PAT }}
commit-message: "docs: update testing documentation"
title: "docs: update testing documentation"
branch: "bot/update-testing-docs"
base: tk/check-testing-docs-nightly
base: "tk/check-testing-docs-nightly"
delete-branch: true
body: |
This PR updates the testing documentation.
Expand Down

0 comments on commit e9afefb

Please sign in to comment.