Skip to content

Commit 7a1f5ec

Browse files
committed
Fix version in docs
1 parent 6d22917 commit 7a1f5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@issue-6
47+
- uses: EndBug/add-and-commit@v2.1.1
4848
with:
4949
author_name: Your Name
5050
author_email: [email protected]

0 commit comments

Comments
 (0)