diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index ec01645..937aa93 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -14,3 +14,11 @@ jobs: with: direction: yml 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 \ No newline at end of file