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 cf96c45 commit 6d22917Copy full SHA for 6d22917
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.1.0 # You can change this to use a specific version
+ uses: EndBug/add-and-commit@v2.1.1 # 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: mail@example.com
@@ -84,7 +84,7 @@ jobs:
84
run: eslint "src/**" --fix
85
86
- name: Commit changes
87
- uses: EndBug/add-and-commit@v2.1.0
+ uses: EndBug/add-and-commit@v2.1.1
88
with:
89
90
0 commit comments