Actualiser .gitea/workflows/test.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user