Skip to content

Commit

Permalink
ci: fix bump_oxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 24, 2024
1 parent 446ea04 commit 49f0448
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bump_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bump-oxlint-rules:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: actions/checkout@v4 # must use actions/checkout for `git-auto-commit-action` to work

- name: Install pnpm
run: corepack enable
Expand All @@ -45,6 +45,3 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'bump oxlint'
commit_user_name: 'github-actions[bot]'
commit_user_email: '41898282+github-actions[bot]@users.noreply.github.com'
commit_author: Boshen

0 comments on commit 49f0448

Please sign in to comment.