test gitea actions
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m46s

This commit is contained in:
oiseauroch 2024-07-06 11:07:40 +02:00
parent 7e65a98992
commit 169b9d16fb

View File

@ -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