Обновить .gitea/workflows/sampleworkflow.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
2025-10-10 08:59:44 +07:00
parent a5d9786a68
commit 390326378f

View File

@@ -5,7 +5,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container: gradle:jdk17
container: ubuntu-latest
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!"