更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions

This commit is contained in:
huanghs 2023-03-21 16:56:45 +08:00
parent eaff0f80c8
commit b2c5b6c4f9

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest:docker://docker:dind runs-on: docker://docker:dind
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - 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!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"