mirror of
https://github.com/Icinga/L10n.git
synced 2025-04-08 17:15:19 +02:00
Add action to update the Weblate repository
This commit is contained in:
parent
8e65a5e10e
commit
826494093f
15
.github/workflows/weblate-update.yml
vendored
Normal file
15
.github/workflows/weblate-update.yml
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user