mirror of https://github.com/Icinga/L10n.git
Add action to update the Weblate repository
This commit is contained in:
parent
8e65a5e10e
commit
826494093f
|
@ -0,0 +1,15 @@
|
|||
name: Weblate Update
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
trigger-update:
|
||||
name: Weblate Update Trigger
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Repository update
|
||||
run: 'curl -d operation=pull -H "Authorization: Token ${{ secrets.WEBLATE_TOKEN }}" https://translate.icinga.com/api/projects/icinga/repository/'
|
Loading…
Reference in New Issue