We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824d460 commit 7a04d38Copy full SHA for 7a04d38
1 file changed
.github/workflows/hexo.yml
@@ -48,6 +48,7 @@ jobs:
48
hexo deploy
49
- name: Deploy # step4
50
id: deploy
51
- uses: sma11black/hexo-action@v1.0.0
+ uses: noosphere-coder/hexo-action@master
52
with:
53
deploy_key: ${{ secrets.ACCESS_TOKEN }}
54
+ commit_msg: ${{ github.event.head_commit.message }}
0 commit comments