Skip to content

Commit

Permalink
ci: setup git username
Browse files Browse the repository at this point in the history
  • Loading branch information
wKich committed Apr 3, 2021
1 parent 0e4468d commit 6efa983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup git username
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
- uses: actions/checkout@v2
with:
ref: master
Expand Down

0 comments on commit 6efa983

Please sign in to comment.