From 44ad49f0a5c579e13e278447239be0566bd5a33e Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Tue, 11 May 2021 19:52:39 +0200 Subject: [PATCH] docs: use major version in github-actions example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5933f3e..f758a55 100644 --- a/README.md +++ b/README.md @@ -139,12 +139,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: EndBug/add-and-commit@v7.0.0 + - uses: EndBug/add-and-commit@v7 with: default_author: github_actions ``` - Do you want to lint your JavaScript files, located in the `src` folder, with ESLint, so that fixable changes are done without your intervention? You can use a workflow like this: ```yaml