From b338ae50f81e35b422b053ebd467716a4ded489e Mon Sep 17 00:00:00 2001 From: bailey Date: Wed, 24 Sep 2025 13:10:05 -0600 Subject: [PATCH] fix syntax --- .github/workflows/build_and_commit_docs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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