Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
cqh963852 committed Jun 29, 2024
1 parent 36333b0 commit 467a4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.IDEALJS_BOT_APP_ID }}
private_key: ${{ secrets.IDEALJS_BOT_PRIVATE_KEY }}
Expand All @@ -34,7 +34,7 @@ jobs:
run: yarn workspace website playwright install --with-deps
- name: Update Vitest Snapshot
run: yarn workspace website test -u
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update image snapshot"
# - name: Upload playwright-report
Expand Down

0 comments on commit 467a4f0

Please sign in to comment.