diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d30b690..1ccdbe1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,6 +5,8 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: default + container: + image: ubuntu:latest steps: - run: cat /etc/os-release - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."