File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : mail@example.com
@@ -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: mail@example.com
You can’t perform that action at this time.
0 commit comments