Skip to content

Added mods_order.txt with all possible components #45

Added mods_order.txt with all possible components

Added mods_order.txt with all possible components #45

Workflow file for this run

name: Poify/Unpoify
on:
push:
paths:
- "data/text/**" # tra_dir
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Poify/Unpoify
uses: BGforgeNet/msg2po@master
with:
poify: "true"
unpoify: "true"
push: "true"
single_commit: "true"