diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index cbe3fde..ce15754 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -2,6 +2,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] + jobs: Explore-Gitea-Actions: runs-on: ubuntu-22.04