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