Skip to content

Add script to download dialogue data from Voices of Wynn and convert to json #372

Add script to download dialogue data from Voices of Wynn and convert to json

Add script to download dialogue data from Voices of Wynn and convert to json #372

Workflow file for this run

name: Format urls.json
on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
branches: [main]
push:
branches:
- main
jobs:
format:
if: '! github.event.pull_request.draft'
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/[email protected]
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: ${{ secrets.PRIVATE_TOKEN }}
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Format urls.json
run: |
chmod +x ./Utils/format_urls.sh
./Utils/format_urls.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: 'WynntilsBot'
commit_user_email: '[email protected]'
commit_message: 'ci: urls.json formatting'