Skip to content

Commit 401756f

Browse files
committed
docs: update major version tag
1 parent 21ed6af commit 401756f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This action lets you choose the path that you want to use when adding & committi
1313
Add a step like this to your workflow:
1414

1515
```yaml
16-
- uses: EndBug/add-and-commit@v5 # You can change this to use a specific version
16+
- uses: EndBug/add-and-commit@v6 # You can change this to use a specific version
1717
with:
1818
# The arguments for the `git add` command (see the paragraph below for more info)
1919
# Default: '.'
@@ -123,7 +123,7 @@ jobs:
123123
run: eslint "src/**" --fix
124124
125125
- name: Commit changes
126-
uses: EndBug/add-and-commit@v5
126+
uses: EndBug/add-and-commit@v6
127127
with:
128128
author_name: Your Name
129129
author_email: [email protected]
@@ -154,7 +154,7 @@ jobs:
154154
- run: echo "123" > ./pathToRepo/file.txt
155155
156156
# ...and then use the action as you would normally do, but providing the path to the repo
157-
- uses: EndBug/add-and-commit@v5
157+
- uses: EndBug/add-and-commit@v6
158158
with:
159159
message: 'Add the very useful text file'
160160
add: '*.txt --force'

0 commit comments

Comments
 (0)