feat: show workflow name in deafult commit message

Ref: #64
This commit is contained in:
Federico Grandi
2020-10-07 19:50:38 +02:00
parent 3f6e296fa8
commit 3088d83852
3 changed files with 6 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Add a step like this to your workflow:
cwd: './path/to/the/repo'
# The message for the commit
# Default: 'Commit from GitHub Actions'
# Default: 'Commit from GitHub Actions (name of the workflow)'
message: 'Your commit message'
# The arguments for the `git rm` command (see the paragraph below for more info)