Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Feb 22, 2024
1 parent e4e2a94 commit 2bdba27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- name: Configure Git
run: |
git config --local user.name tiktokbot
git config --local user.email [email protected]
- name: Checkout Commit
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Configure Git
run: |
git config --local user.name tiktokbot
git config --local user.email [email protected]
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 2bdba27

Please sign in to comment.