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"
66# spdx-id: GPL-2.0-or-later
77# copyright-owner: @igorpecovnik
88
9- # Dependencies: lftp, jq
10-
119on :
1210 schedule :
1311 - cron : " 0 * * * *"
@@ -36,16 +34,11 @@ jobs:
3634 known_hosts : ${{ secrets.KNOWN_HOSTS_ARMBIAN_UPLOAD }}
3735 if_key_exists : replace
3836
39- - name : " Install dependencies"
40- run : |
41-
42- sudo apt-get -y -qq install jq
43-
4437 - name : " Download JSON file"
4538 run : |
4639
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
4942
5043 - name : " Update maintainers"
5144 run : |
You can’t perform that action at this time.
0 commit comments