Skip to content

Commit abd5c01

Browse files
committed
Switch version in docs
1 parent f974869 commit abd5c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add a step like this to your workflow:
1111

1212
```yaml
1313
- name: Commit changes # This is the step name that will be displayed in your runs
14-
uses: EndBug/add-and-commit@v2.0.0 # You can change this to use a specific version
14+
uses: EndBug/add-and-commit@v2.1.0 # You can change this to use a specific version
1515
with: # See more info about inputs below
1616
author_name: Your Name
1717
author_email: [email protected]
@@ -65,7 +65,7 @@ jobs:
6565
run: eslint "src/**" --fix
6666
6767
- name: Commit changes
68-
uses: EndBug/add-and-commit@v2.0.1
68+
uses: EndBug/add-and-commit@v2.1.0
6969
with:
7070
author_name: Your Name
7171
author_email: [email protected]

0 commit comments

Comments
 (0)