We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435839e commit 8ba8cfeCopy full SHA for 8ba8cfe
.github/workflows/updatemessages.yml
@@ -1,5 +1,6 @@
1
name: updatemessages
2
on:
3
+ push:
4
schedule:
5
- cron: '0 0 * * *'
6
jobs:
@@ -21,7 +22,7 @@ jobs:
21
22
- name: Install requirements
23
run: |
24
sudo apt-get install gettext
- curl -O https://artifacts.crowdin.com/repo/deb/crowdin.deb
25
+ wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O crowdin.deb
26
sudo dpkg -i crowdin.deb
27
pip install -r requirements.txt
28
pip install pymysql
0 commit comments