Skip to content

Commit a32c180

Browse files
committed
Minor improvements
1 parent 5ba43bd commit a32c180

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.3.0 # You can change this to use a specific version
14+
uses: EndBug/add-and-commit@v2 # 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]
@@ -44,7 +44,7 @@ This action only **adds** files so in order to commit a file deletion you need t
4444
```yaml
4545
- run: git rm delete_me.txt
4646
47-
- uses: EndBug/add-and-commit@v2.3.0
47+
- uses: EndBug/add-and-commit@v2
4848
with:
4949
author_name: Your Name
5050
author_email: [email protected]

0 commit comments

Comments
 (0)