diff --git a/.github/workflows/build_and_commit_docs.yml b/.github/workflows/build_and_commit_docs.yml index 1fdbabe3276..e4db200abb6 100644 --- a/.github/workflows/build_and_commit_docs.yml +++ b/.github/workflows/build_and_commit_docs.yml @@ -17,12 +17,12 @@ jobs: commit-docs: needs: [build-docs] permissions: - contents: write - pull-requests: write + contents: write + pull-requests: write runs-on: ubuntu-latest steps: - name: Open Pull Request - uses: peter-evans/create-pull-request@v6 - with: - title: 'docs: generate docs from latest main [skip-ci]' - delete-branch: true \ No newline at end of file + uses: peter-evans/create-pull-request@v6 + with: + title: 'docs: generate docs from latest main [skip-ci]' + delete-branch: true \ No newline at end of file