Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeoh authored Aug 12, 2024
1 parent 117d8fa commit 4f96ce4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: Git login
run: |
git config --global user.email "yarindeoh@gmail.com"
git config --global user.name "Yarin Dekel"
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4f96ce4

Please sign in to comment.