2024-07-31 10:55:19 +08:00
|
|
|
name: Gitea Actions Demo
|
2024-07-31 10:57:46 +08:00
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
2024-07-31 10:55:19 +08:00
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
steps:
|
2024-07-31 11:15:59 +08:00
|
|
|
- run: echo " 1The job was automatically triggered by a ${{ gitea.event_name }} event."
|