From c82e9e53aad84a7923264c8236180f2e88568352 Mon Sep 17 00:00:00 2001 From: Natsu Date: Sat, 15 Jun 2024 00:26:30 +0700 Subject: [PATCH] chore: Add workflow for dispatching submodule update --- .github/workflows/dispatch_update.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/dispatch_update.yml diff --git a/.github/workflows/dispatch_update.yml b/.github/workflows/dispatch_update.yml new file mode 100644 index 00000000..fd269123 --- /dev/null +++ b/.github/workflows/dispatch_update.yml @@ -0,0 +1,15 @@ +name: Dispatch Update Submodule +on: + push: + branches: + - main +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Dispatch update to Gakumas-Localify-EN + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.PAT }} + repository: NatsumeLS/Gakumas-Localify-EN + event-type: update-submodule \ No newline at end of file