Actualiser .gitea/workflows/test.yaml
This commit is contained in:
parent
fa8ec65e90
commit
7e65a98992
|
@ -1,6 +1,9 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
@ -17,3 +20,4 @@ jobs:
|
|||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: git switch prod
|
||||
|
|
Loading…
Reference in New Issue
Block a user