Skip to content

Commit

Permalink
fix: ESLint update
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 21, 2023
1 parent 833884f commit f8838fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eslint-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f8838fb

Please sign in to comment.