Skip to content

Commit

Permalink
fix: update fetch-external workflow commit user.name and user.email
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Oct 2, 2023
1 parent 5e81e55 commit e107d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: pnpm fetch-external
- name: Commit changes
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "chaindata-ci-superuser[bot]"
git config user.email "146698419+chaindata-ci-superuser[bot]@users.noreply.github.com"
git add .
git commit -m 'updated externals'
git push

0 comments on commit e107d3b

Please sign in to comment.