Swap runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s

This commit is contained in:
Gabriel Simmer 2023-07-15 11:19:37 +01:00
parent dd369d2726
commit b8b5c7e528
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: nix-latest runs-on: debian-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"