20
This commit is contained in:
parent
0ec9f8662f
commit
e958d595f5
|
@ -14,3 +14,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: yml
|
direction: yml
|
||||||
path: '.'
|
path: '.'
|
||||||
|
- uses: EndBug/add-and-commit@latest # You can change this to use a specific version.
|
||||||
|
with:
|
||||||
|
add: '.'
|
||||||
|
author_name: Batch bot
|
||||||
|
default_author: github_actor
|
||||||
|
message: 'xml files converted to yml'
|
||||||
|
new_branch: product-development
|
||||||
|
push: true
|
Loading…
Reference in New Issue