Update .gitea/workflows/demo.yml

This commit is contained in:
2025-05-20 15:51:14 +02:00
parent 1533ae805d
commit 740ecb4434

View File

@@ -2,3 +2,10 @@ name: Demo
run-name: "gitea.actor: [${{gitea.actor}}]"
on:
- manual
jobs:
demo1:
runs-on: psi-latest
steps:
- run: echo ${{ gitea.event_name }}
- run: echo ${{ runner.os }}