Update .gitea/workflows/demo.yaml
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
zuk 2024-11-13 23:52:03 +01:00
parent cea2b26d48
commit c2965a97ab

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: x86-64
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"