Skip to content

Commit 85e8a8a

Browse files
committed
fix: update git commit action and message format in workflow
1 parent c3549ce commit 85e8a8a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/generate_mapping.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: uv run scripts/generate_mapping.py
2929

3030
- name: Commit and push changes
31-
uses: EndBug/add-and-commit@v9
31+
uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
33-
default_author: github_actions
34-
message: "chore: Update mapping [skip ci]"
33+
commit_message: "chore: Update mapping [skip ci]"

0 commit comments

Comments
 (0)