t3
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1m31s

This commit is contained in:
changsongdong
2025-10-31 21:43:02 +08:00
parent d1f10b4272
commit ac4e858f63

View File

@ -5,6 +5,8 @@ on: [push]
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: gitea/runner-images:ubuntu-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"