Skip to content

Commit

Permalink
Update github action committer info.
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Jul 16, 2024
1 parent cdaf422 commit 557e5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:

- name: Stage and push generated files
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git add .
git commit -m "Update schema (auto-generated)"
git push --set-upstream --force origin "$API_VERSION-auto-generated"
Expand Down

0 comments on commit 557e5b9

Please sign in to comment.