Skip to content

Update curse forge translations #1

Update curse forge translations

Update curse forge translations #1

name: Update curse forge translations
on:
workflow_dispatch:
jobs:
UpdateTranslations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 50
- name: Upload locales strings to CurseForge
run: ./CurseForge_UpldateTranslations.sh
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}