docs: update major version tag
This commit is contained in:
@@ -13,7 +13,7 @@ This action lets you choose the path that you want to use when adding & committi
|
|||||||
Add a step like this to your workflow:
|
Add a step like this to your workflow:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: EndBug/add-and-commit@v5 # You can change this to use a specific version
|
- uses: EndBug/add-and-commit@v6 # You can change this to use a specific version
|
||||||
with:
|
with:
|
||||||
# The arguments for the `git add` command (see the paragraph below for more info)
|
# The arguments for the `git add` command (see the paragraph below for more info)
|
||||||
# Default: '.'
|
# Default: '.'
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
run: eslint "src/**" --fix
|
run: eslint "src/**" --fix
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v6
|
||||||
with:
|
with:
|
||||||
author_name: Your Name
|
author_name: Your Name
|
||||||
author_email: mail@example.com
|
author_email: mail@example.com
|
||||||
@@ -154,7 +154,7 @@ jobs:
|
|||||||
- run: echo "123" > ./pathToRepo/file.txt
|
- run: echo "123" > ./pathToRepo/file.txt
|
||||||
|
|
||||||
# ...and then use the action as you would normally do, but providing the path to the repo
|
# ...and then use the action as you would normally do, but providing the path to the repo
|
||||||
- uses: EndBug/add-and-commit@v5
|
- uses: EndBug/add-and-commit@v6
|
||||||
with:
|
with:
|
||||||
message: 'Add the very useful text file'
|
message: 'Add the very useful text file'
|
||||||
add: '*.txt --force'
|
add: '*.txt --force'
|
||||||
|
|||||||
Reference in New Issue
Block a user