Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdleeAfif committed Sep 13, 2023
1 parent aa93295 commit 2b31681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
cache: "npm"
- name: Set up Git user identity
run: |
git config --global user.email $MY_EMAIL
git config --global user.name $MY_NAME
git config --global user.email ${{ vars.MY_EMAIL }}
git config --global user.name ${{ vars.MY_NAME }}
- run: npm i
- run: npm run build --if-present
Expand Down

0 comments on commit 2b31681

Please sign in to comment.