From 09d4c53ccf9a1e6077e4d9cc321f505522dbc118 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 17:49:23 +0100 Subject: [PATCH] hopefully will now work a branchs es are related --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 092808a..7d281f1 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -63,7 +63,7 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" # git fetch --depth=1 - # git add -A + git add -A git commit -m "${{ env.CI_COMMIT_MESSAGE }} converted from batch"