2024-04-03 13:41:56 +03:00
|
|
|
name: Gitea Actions Demo
|
2024-04-03 13:43:10 +03:00
|
|
|
run-name: test_runner 🚀
|
2024-04-03 13:41:56 +03:00
|
|
|
on: [push]
|
2024-04-03 13:38:22 +03:00
|
|
|
jobs:
|
2024-04-03 13:41:56 +03:00
|
|
|
Explore-Gitea-Actions:
|
2024-04-03 13:42:32 +03:00
|
|
|
labesl: [docker]
|
2024-04-03 13:41:56 +03:00
|
|
|
runs-on: ubuntu-latest
|
2024-04-03 13:38:22 +03:00
|
|
|
steps:
|
2024-04-03 13:41:56 +03:00
|
|
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|