Gradience/.github/workflows/translation.yml
0xMRTT 05e78ec973
feat: change name #128
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-08-16 01:29:18 +02:00

31 lines
691 B
YAML

name: "Translation"
on:
schedule:
- cron: '0 0,12 * * *'
jobs:
generate:
name: Generate .pot and LINGUAS
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 }}