Skip to content

Commit

Permalink
t2
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed May 31, 2024
1 parent 2d0bde6 commit fdfc0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-preview-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
Expand All @@ -23,7 +23,7 @@ jobs:
git config --local user.name tiktokbot
git config --local user.email [email protected]
git config --global credential.helper '!f() { echo "protocol=https\nhost=github.com" ; echo "username=oauth_token" ; echo "password=${GITHUB_TOKEN}" ; }; f'
- uses: actions/setup-node@4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Rush Install(Website)
Expand Down

0 comments on commit fdfc0ca

Please sign in to comment.