From e4df0a92cac8dc8672846a89c7c752fc0d0404e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Sun, 30 Mar 2025 11:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20gitea=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/{ => workflows}/push.yml | 0 jdcoupons.sln | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .gitea/{ => workflows}/push.yml (100%) diff --git a/.gitea/push.yml b/.gitea/workflows/push.yml similarity index 100% rename from .gitea/push.yml rename to .gitea/workflows/push.yml diff --git a/jdcoupons.sln b/jdcoupons.sln index 6fb5c39..66e1c7b 100644 --- a/jdcoupons.sln +++ b/jdcoupons.sln @@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Dockerfile = Dockerfile .dockerignore = .dockerignore .gitignore = .gitignore - .gitea\push.yml = .gitea\push.yml + .gitea\workflows\push.yml = .gitea\workflows\push.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "src\Web\Web.csproj", "{66A8DE76-1439-4BB5-861D-E37BDD75E350}"