mr-shortman 2ec0e50b05
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
test actions
2025-03-17 20:55:16 +01:00

12 lines
346 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: ssh
- run: echo "🍏 This job's status is ${{ gitea.job_status }}."