Update .gitea/workflows/job1.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s Details

This commit is contained in:
root 2023-12-13 21:02:17 +08:00
parent 11a7bb2c3e
commit e2357d181a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
- cron: '@hourly'
jobs:
Explore-Gitea-Actions:
runs-on: runner
runs-on: linux
steps:
- run: |
echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."