Skip to content

Commit

Permalink
Fix empty pr_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 2, 2024
1 parent b468657 commit 0b40a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0b40a92

Please sign in to comment.