mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
ci(workflow): 在部署配置中添加提交消息和SHA参数
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -35,4 +35,5 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist
|
publish_dir: ./dist
|
||||||
publish_branch: page
|
publish_branch: page
|
||||||
cname: ${{ secrets.CNAME }}
|
cname: ${{ secrets.CNAME }}
|
||||||
|
commit_message: ${{ github.event.head_commit.message }} ${{ github.sha }}
|
||||||
Reference in New Issue
Block a user