From 4f5bfbf01b3317513e555235b844ccfcfbf2ebab Mon Sep 17 00:00:00 2001 From: AnnAngela Date: Sun, 26 Nov 2023 19:13:12 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B5=84=E6=BA=90=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E5=8F=91=E8=B5=B7=E8=B5=84=E6=BA=90=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-resource.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-resource.yml b/.github/workflows/sync-resource.yml index 3f470deb55..43c19401ff 100644 --- a/.github/workflows/sync-resource.yml +++ b/.github/workflows/sync-resource.yml @@ -41,3 +41,6 @@ jobs: git status git commit -m "$commit_msg" || exit 0 git push + - name: Setup resource update + run: | + gh workflow --repo MaaAssistantArknights/MaaRelease run update-resource.yml \ No newline at end of file