ci(workflow): 在部署配置中添加提交消息和SHA参数

This commit is contained in:
二叉树树
2026-01-09 13:17:24 +08:00
parent d031fc3a7a
commit 055be24bab

View File

@@ -35,4 +35,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: page
cname: ${{ secrets.CNAME }}
cname: ${{ secrets.CNAME }}
commit_message: ${{ github.event.head_commit.message }} ${{ github.sha }}