test
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Build and push image / docker (push) Successful in 53s
Golang lint / GoLint (push) Successful in 20m12s

This commit is contained in:
2026-04-23 14:48:26 +03:00
parent 5f8e87a7ba
commit 953dd83d42
+1 -1
View File
@@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: linux-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!"