We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9f696 commit e01380bCopy full SHA for e01380b
.github/workflows/npm-gulp.yml
@@ -59,7 +59,7 @@ jobs:
59
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
60
user_name: Lyog
61
user_email: liuyong.2020@qq.com
62
- # 获取提交文章源码时的commit message,作为发布gh-pages分支的信息
+ # 获取提交文章源码时的commit message,作为发布gh-pages分支的信息
63
commit_message: ${{ github.event.head_commit.message }}
64
full_commit_message: ${{ github.event.head_commit.message }}
65
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments