Skip to content

Commit

Permalink
fix: run
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinkung committed Apr 21, 2024
1 parent b07e98b commit 476477d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
run: git config --global user.email "sukrit_dinosuar@hotmail.com"
run: git config --global user.name "tintinkung"
run: |
git config --global user.email "sukrit_dinosuar@hotmail.com"
git config --global user.name "tintinkung"
- name: Setup
uses: actions/setup-node@main
Expand Down

0 comments on commit 476477d

Please sign in to comment.