2024-02-13 15:32:42 +00:00
|
|
|
name: Gitea Actions Demo with cronjob
|
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
2024-02-13 15:33:36 +00:00
|
|
|
- cron: '@hourly'
|
2024-02-13 15:32:42 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event"
|