We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3549ce commit 85e8a8aCopy full SHA for 85e8a8a
1 file changed
.github/workflows/generate_mapping.yaml
@@ -28,7 +28,6 @@ jobs:
28
run: uv run scripts/generate_mapping.py
29
30
- name: Commit and push changes
31
- uses: EndBug/add-and-commit@v9
+ uses: stefanzweifel/git-auto-commit-action@v7
32
with:
33
- default_author: github_actions
34
- message: "chore: Update mapping [skip ci]"
+ commit_message: "chore: Update mapping [skip ci]"
0 commit comments