Skip to content

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinkung committed Apr 21, 2024
1 parent 94109e7 commit b07e98b
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 @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
name: Build and Push
steps:
- uses: actions/checkout@master
- name: Use Node.js
- name: Checkout
uses: actions/checkout@v3
run: git config --global user.email "sukrit_dinosuar@hotmail.com"
run: git config --global user.name "tintinkung"

- uses: actions/setup-node@main
- name: Setup
uses: actions/setup-node@main
with:
node-version: 18.x

Expand Down

0 comments on commit b07e98b

Please sign in to comment.