Skip to content

Commit 8ba8cfe

Browse files
committed
test
1 parent 435839e commit 8ba8cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/updatemessages.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: updatemessages
22
on:
3+
push:
34
schedule:
45
- cron: '0 0 * * *'
56
jobs:
@@ -21,7 +22,7 @@ jobs:
2122
- name: Install requirements
2223
run: |
2324
sudo apt-get install gettext
24-
curl -O https://artifacts.crowdin.com/repo/deb/crowdin.deb
25+
wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O crowdin.deb
2526
sudo dpkg -i crowdin.deb
2627
pip install -r requirements.txt
2728
pip install pymysql

0 commit comments

Comments
 (0)