File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This action lets you choose the path that you want to use when adding & committi
13
13
Add a step like this to your workflow:
14
14
15
15
``` 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
17
17
with :
18
18
# The arguments for the `git add` command (see the paragraph below for more info)
19
19
# Default: '.'
@@ -123,7 +123,7 @@ jobs:
123
123
run: eslint "src/**" --fix
124
124
125
125
- name: Commit changes
126
- uses: EndBug/add-and-commit@v5
126
+ uses: EndBug/add-and-commit@v6
127
127
with:
128
128
author_name: Your Name
129
129
@@ -154,7 +154,7 @@ jobs:
154
154
- run: echo "123" > ./pathToRepo/file.txt
155
155
156
156
# ...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
158
158
with:
159
159
message: 'Add the very useful text file'
160
160
add: '*.txt --force'
You can’t perform that action at this time.
0 commit comments