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
1313Add 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: mail@example.com
@@ -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'
You can’t perform that action at this time.
0 commit comments