From f2bb131bb9c6573e08bca69e663121f34194c49b Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:37:10 +0100 Subject: [PATCH] fix: ESLint --- .github/workflows/eslint-auto-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/eslint-auto-update.yml b/.github/workflows/eslint-auto-update.yml index 0f4f7e85..f0f786c1 100644 --- a/.github/workflows/eslint-auto-update.yml +++ b/.github/workflows/eslint-auto-update.yml @@ -35,6 +35,8 @@ jobs: run: npm ci - name: Lint Fix run: npm run lint-fix + - name: git reset to include the version bumps in the PR + run: git reset HEAD~1 - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v5