ci: 重新尝试让机器人对 commit 签名 (#10626)

This commit is contained in:
AnnAngela
2024-09-16 17:31:39 +08:00
committed by GitHub
parent 06b261e334
commit e3a6a753a0

View File

@@ -81,6 +81,7 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v7
with:
sign-commits: true
token: ${{ secrets.GITHUB_TOKEN }}
title: ${{ steps.extract_tag.outputs.pr_title }}
body-path: ${{ format('{0}/{1}', runner.temp, 'output' ) }}