test gitea actions
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m46s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m46s
This commit is contained in:
parent
7e65a98992
commit
169b9d16fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user