Actualiser .gitea/workflows/test.yaml

This commit is contained in:
tobias ollive 2024-07-06 11:01:49 +02:00
parent fa8ec65e90
commit 7e65a98992

View File

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