Skip to content

Commit

Permalink
fix: keying
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinkung committed Apr 21, 2024
1 parent 02da3c8 commit 94109e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
name: Build and Push
steps:
- uses: actions/checkout@master
- name: Checkout
- run: git config --global user.email "sukrit_dinosuar@hotmail.com"
- run: git config --global user.name "tintinkung"
- name: Use Node.js
run: git config --global user.email "sukrit_dinosuar@hotmail.com"
run: git config --global user.name "tintinkung"

- uses: actions/setup-node@main
- name: Setup
Expand Down

0 comments on commit 94109e7

Please sign in to comment.