mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 09:04:54 +00:00
chore: Update dispatch configuration
This commit is contained in:
17
.github/workflows/dispatch.yml
vendored
17
.github/workflows/dispatch.yml
vendored
@@ -26,15 +26,6 @@ jobs:
|
|||||||
id: resource-validate
|
id: resource-validate
|
||||||
run: python ./scripts/resource_validator.py ./local-files/resource
|
run: python ./scripts/resource_validator.py ./local-files/resource
|
||||||
|
|
||||||
- name: Send Notification to Discord
|
|
||||||
uses: sarisia/actions-status-discord@v1
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
||||||
status: ${{ job.status }}
|
|
||||||
title: "Validate"
|
|
||||||
url: "https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/actions/runs/${{ job.container.id }}"
|
|
||||||
|
|
||||||
dispatch:
|
dispatch:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -48,3 +39,11 @@ jobs:
|
|||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
repository: NatsumeLS/Gakumas-Localify-EN
|
repository: NatsumeLS/Gakumas-Localify-EN
|
||||||
event-type: update-submodule
|
event-type: update-submodule
|
||||||
|
|
||||||
|
- name: Send Notification to Discord
|
||||||
|
uses: sarisia/actions-status-discord@v1
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
status: ${{ job.status }}
|
||||||
|
title: "Dispatch"
|
||||||
|
|||||||
Reference in New Issue
Block a user