Alessio a30257f329
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
add self-hosted
2025-02-19 21:02:59 -08:00

15 lines
339 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: self-hosted
container:
image: alpine
steps:
- name: Do stuff
run: |
cat /etc/alpine-release
- run: echo "🍏 This job's status is ${{ job.status }}."