Include source commit message in deploy commit message #993
Replies: 1 comment 3 replies
-
The The commit message is generated by the action when it processes the build files onto the specified branch. The part after the - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.2.0
with:
branch: gh-pages
folder: build
commit-message: Deploying to {{{ branch }}} from @ {{{ sha }}} 🚀 {{{ message }}} Let me know what you think. |
Beta Was this translation helpful? Give feedback.
-
I'd like to be able to include the source commit's message (or the first line at least) in the deploy commit message, so that it says something like
I see that there is a
commit-message
config option, but the docs don't really explain how to use it, so I'm not sure if this sort of customisation would be possible already, or if it would need changes to the action.Beta Was this translation helpful? Give feedback.
All reactions