Skip to content

Commit

Permalink
Configure Git for Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Fawaz committed Aug 25, 2024
1 parent a148fcd commit 759c997
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Install gh-pages
run: npm install -g gh-pages

- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Run tests
run: npm test

Expand Down

0 comments on commit 759c997

Please sign in to comment.