update
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s

This commit is contained in:
Dict Xiong 2025-11-16 11:44:56 +08:00
parent 6589f0493f
commit 261a7bb9c9
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"

1
hello Normal file
View File

@ -0,0 +1 @@
hello world!