From 82959a420982526604f1cb7eddd000477cd93c3a Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 16:35:58 +0100 Subject: [PATCH] ... --- .gitea/workflows/workflow.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index b40a501..af1d3b8 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -18,13 +18,6 @@ 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' - push: false - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts