From 771ae39b46bba7d0f70870e9c16274043ba3e5ad Mon Sep 17 00:00:00 2001 From: MYJ Date: Tue, 25 Feb 2025 22:28:00 +0800 Subject: [PATCH] home --- .gitea/workflows/deploy-k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-k8s.yaml b/.gitea/workflows/deploy-k8s.yaml index bdcfd02..f775c6c 100644 --- a/.gitea/workflows/deploy-k8s.yaml +++ b/.gitea/workflows/deploy-k8s.yaml @@ -5,7 +5,7 @@ env: DOTNET_VERSION: 8.x jobs: CI-CD-K8S: - runs-on: ubuntu-latest + runs-on: home steps: - uses: actions/checkout@v3 - name: List files in the repos