mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Add commit_user_name and commit_user_email inputs
This commit is contained in:
@@ -29,6 +29,10 @@ Add the following step at the end of your job.
|
||||
# Optional repository path
|
||||
repository: .
|
||||
|
||||
# Optional commit user settings
|
||||
commit_user_name: My GitHub Actions Bot
|
||||
commit_user_email: my-github-actions-bot@example.org
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
Reference in New Issue
Block a user