Alessio 94ce3a3b3b
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Run on alpine
2025-02-19 21:02:13 -08:00

13 lines
299 B
YAML

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