Test
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 12s

This commit is contained in:
2023-06-02 14:09:24 +02:00
parent ceab660178
commit 4aad2de3dc

View File

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