Skip to content

Commit

Permalink
Revert "edit git config"
Browse files Browse the repository at this point in the history
This reverts commit 34a52af.
  • Loading branch information
deemp committed Jul 17, 2023
1 parent 34a52af commit eb51dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: npm ci
- name: Commit & Push changes
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config --global user.name github-actions
git config --global user.email github-actions@github.com
git pull --rebase --autostash
git add dist
git commit -m "action: build the app" || echo ""
Expand Down

0 comments on commit eb51dbb

Please sign in to comment.