Alessio 2edab9aac2
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
Fix syntax
2025-02-19 21:21:54 -08:00

15 lines
338 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
container: alpine
steps:
- run: apk add nodejs
- name: Check out repository code
uses: actions/checkout@v4
- name: Do stuff
run: |
cat /etc/alpine-release