Skip to content

Commit be6a37c

Browse files
committed
git config
1 parent 94c1082 commit be6a37c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

workflows/agentics/shared/gh-extra-tools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tools:
55
Bash:
66
- "gh label list:*"
77
- "gh label view:*"
8+
- "git commit:*"
89
---
910

1011
## GitHub Tools
@@ -14,3 +15,6 @@ You can use the GitHub MCP tools to perform various tasks in the repository. In
1415
- List labels: `gh label list ...`
1516
- View label: `gh label view <label-name> ...`
1617

18+
## Git Configuration
19+
20+
When using `git commit`, ensure you set the author name and email appropriately. Do this by using a `--author` flag with `git commit`, for example `git commit --author "${{ github.workflow }} <github-actions@users.noreply.github.com>" ...`.

0 commit comments

Comments
 (0)