Gradience/.github/workflows/translation.yml

31 lines
691 B
YAML
Raw Normal View History

2022-08-13 14:18:15 +00:00
name: "Translation"
on:
schedule:
- cron: '0 0,12 * * *'
2022-08-13 14:18:15 +00:00
jobs:
generate:
name: Generate .pot and LINGUAS
2022-08-13 14:18:15 +00:00
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update .pot
uses: AdwCustomizerTeam/action-update-pot@main
with:
title: "Gradience POT file"
copyright: "Gradience Team"
license: "GNU GPLv3"
author: "Gradience Team"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Update linguas
uses: AdwCustomizerTeam/action-update-linguas@main
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}