Gradience/.github/workflows/translation.yml
0xMRTT 36026feb2c
ci: correct github action name
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-08-13 16:53:31 +02:00

30 lines
614 B
YAML

name: "Translation"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '21 6 * * 5'
jobs:
update-pot:
name: Update .pot
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update .pot
uses: AdwCustomizerTeam/action-update-pot@main
with:
title: "Adwaita Manager POT file"
copyright: "Adwaita Manager Team"
license: "GNU GPLv3"
author: "Adwaita Manager Team"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}