From e958d595f5631ef7049d70aa1a894a7a2df3eaa7 Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 16:08:56 +0100 Subject: [PATCH] 20 --- .gitea/workflows/workflow.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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