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

This commit is contained in:
changsongdong
2025-11-03 21:12:17 +08:00
parent ffbceae2f3
commit e61f515e4b

View File

@ -4,9 +4,9 @@ on: [push]
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-20251030 runs-on: ubuntu-latest
container: container:
image: gitea/runner-images:ubuntu-20251030 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!"