From 169b9d16fb8a9a0a8345ebb190b0e906b887ae5b Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Sat, 6 Jul 2024 11:07:40 +0200 Subject: [PATCH] test gitea actions --- .gitea/workflows/test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 21737e2..29e326a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,6 +4,7 @@ on: push: branches: - 'master' + - 'prod' jobs: Explore-Gitea-Actions: @@ -20,4 +21,8 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - - run: git switch prod + - run: git config user.name "gitea[bot]" + - run: git config user.email "gitea[bot]@yuno.oiseauroch.fr" + - run: git switch production + - run: git merge prod + - run: git push origin auto-prod