We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f974869 commit abd5c01Copy full SHA for abd5c01
README.md
@@ -11,7 +11,7 @@ Add a step like this to your workflow:
11
12
```yaml
13
- 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
+ uses: EndBug/add-and-commit@v2.1.0 # You can change this to use a specific version
15
with: # See more info about inputs below
16
author_name: Your Name
17
author_email: [email protected]
@@ -65,7 +65,7 @@ jobs:
65
run: eslint "src/**" --fix
66
67
- name: Commit changes
68
- uses: EndBug/add-and-commit@v2.0.1
+ uses: EndBug/add-and-commit@v2.1.0
69
with:
70
71
0 commit comments