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