diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8072924..ed3eff2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -37,6 +37,12 @@ jobs: pr_commit_msg: "[sync] Updates from `awesome-template` repository" pr_branch_name_prefix: "sync-awesome-template" pr_labels: "📚 documentation" + is_pr_cleanup: true + + - name: Print PR branch ID + run: | + echo "PR branch ID: ${{ steps.template_sync.outputs.pr_branch }}" + - name: Checkout template sync PR uses: actions/checkout@v4.1.1 with: