From 185880d814ea12f390fc67ae5d09d429690b6daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Frei?= <109138267+freiondrej-lokalise@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:22:27 +0200 Subject: [PATCH] Set toc-generator to create PR instead of push --- .github/workflows/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 8481c7e..774b5ce 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -6,3 +6,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: technote-space/toc-generator@v4 + with: + CREATE_PR: true