Alessio 1b21c3ee74
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Print alpine release
2025-02-19 21:21:07 -08:00

14 lines
315 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
run: |
cat /etc/alpine-release