Update .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Kabbone 2024-04-07 10:29:39 +02:00
parent 93785f9ecb
commit ff2f1b6dc6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: alpine-latest
runs-on: home:host
steps:
- run: ping -c 3 8.8.8.8
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."