From 0b40a92fc07157ae69fb048fcc727a10235ee8d0 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 2 Mar 2024 15:28:15 +0400 Subject: [PATCH] Fix empty pr_branch --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index b730f65..56e2171 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }} - name: Sync from template repo id: template_sync - uses: AndreasAugustin/actions-template-sync@v1.8.0 + uses: AndreasAugustin/actions-template-sync@v1.8.1 with: # We need custom PAT with workflows permissions so we can update all the boilerplate .github files from # awesome-template.