From 17ea573bfd3ea7f08b65a4de1425142e4caa0bf0 Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 21 Mar 2023 17:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/build.ya?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9632018..7a579e3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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!"