File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ name: "Sync maintainers status"
6
6
# spdx-id: GPL-2.0-or-later
7
7
# copyright-owner: @igorpecovnik
8
8
9
- # Dependencies: lftp, jq
10
-
11
9
on :
12
10
schedule :
13
11
- cron : " 0 * * * *"
@@ -36,16 +34,11 @@ jobs:
36
34
known_hosts : ${{ secrets.KNOWN_HOSTS_ARMBIAN_UPLOAD }}
37
35
if_key_exists : replace
38
36
39
- - name : " Install dependencies"
40
- run : |
41
-
42
- sudo apt-get -y -qq install jq
43
-
44
37
- name : " Download JSON file"
45
38
run : |
46
39
47
- # download json that is prepared for this action in another cron job
48
- rsync -e "ssh -p ${{ secrets.HOST_UPLOAD_PORT }}" -arvc ${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:/incoming/json/ armbian_maintainers.json /tmp/
40
+ # download json that is prepared in https://github.com/armbian/armbian.github.io
41
+ curl -o /tmp/ armbian_maintainers.json https://github.armbian.com/maintainers.json
49
42
50
43
- name : " Update maintainers"
51
44
run : |
You can’t perform that action at this time.
0 commit comments