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

This commit is contained in:
huanghs 2023-03-21 17:07:45 +08:00
parent b2c5b6c4f9
commit 17ea573bfd

View File

@ -4,7 +4,10 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: docker://docker:dind
runs-on: self-hosted
defaults:
run:
shell: /bin/bash
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!"