Merge pull request #3055 from sgkoishi/pr3055 #134
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: i18n check trigger | |
on: | |
push: | |
branches: [ general-devel ] | |
jobs: | |
extract: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/github-script@v6 | |
with: | |
github-token: ${{ secrets.ACTIONS_REMOTE_TRIGGER_PAT }} | |
script: | | |
await github.rest.actions.createWorkflowDispatch({ | |
owner: 'hakusaro', | |
repo: 'tshock_i18n', | |
workflow_id: 'i18n-extract.yml', | |
ref: 'main' | |
}) |