2023-10-03 16:09:10 +02:00
|
|
|
name: Gitea Actions Demo
|
2023-10-03 16:29:52 +02:00
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
2023-10-03 16:09:10 +02:00
|
|
|
on: [push]
|
2023-10-03 16:29:52 +02:00
|
|
|
|
2023-10-03 16:09:10 +02:00
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
2023-10-03 16:22:08 +02:00
|
|
|
runs-on: ubuntu-latest
|
2023-10-03 16:09:10 +02:00
|
|
|
steps:
|
2023-10-03 16:58:39 +02:00
|
|
|
- run: ls
|