Files
nel_os_uefi/.gitea/workflows/build.yaml
Masato Imai 4870764e73
All checks were successful
Build iso / Explore-Gitea-Actions (push) Successful in 28s
add workflow
2025-08-15 17:21:12 +00:00

10 lines
197 B
YAML

name: Build iso
run-name: ${{ gitea.actor }} on ${{ gitea.event_name }}
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "${{ gitea.event_name }}"