Skip to content

Commit b838f37

Browse files
committed
chore: change default commit message
1 parent 034bc48 commit b838f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To overcome this limitation, and help developers such as myself automate this te
2323
| `GLOBAL_TEMPLATE_REPOSITORY` | you can set a global repository template where all the files are stored. | `false`
2424
| `committer_name` | Specify the committer name | `Dynamic Readme` |
2525
| `committer_email` | Specify the committer email | `[email protected]` |
26-
| `commit_message` | set a custom commit message | ` 💬 - File Rebuilt | Github Action Runner : ${GITHUB_RUN_NUMBER} ` |
26+
| `commit_message` | set a custom commit message | `💬 - File Rebuilt - Github Action Runner : ${GITHUB_RUN_NUMBER}` |
2727
| `confirm_and_push` | Commit the changes and push directly to repository | `true` |
2828
<!-- END RAW_CONTENT -->
2929

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ inputs:
4141

4242
commit_message:
4343
description: "set a custom commit message"
44-
default: "💬 - File Rebuilt | Github Action Runner : ${GITHUB_RUN_NUMBER}"
44+
default: "💬 - File Rebuilt - Github Action Runner : ${GITHUB_RUN_NUMBER}"
4545
required: false
4646

4747
confirm_and_push:

0 commit comments

Comments
 (0)