Skip to content

Commit

Permalink
Fix: Author being not bot
Browse files Browse the repository at this point in the history
  • Loading branch information
GBHU753 committed Jul 24, 2024
1 parent cbedee1 commit 7df0fcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Commit new API client
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update API client"
commit_message: "Chore: Update API client"
commit_user_name: "github-api-actions[bot]"
commit_user_email: "github-api-actions[bot]@users.noreply.github.com"
commit_author: Author <[email protected]>


0 comments on commit 7df0fcf

Please sign in to comment.