Skip to content

Commit 6e3ad9b

Browse files
committed
Updating maintainers: switch to new location of JSON file
1 parent e8894a7 commit 6e3ad9b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/adjust-maintainers.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
119
on:
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: |

0 commit comments

Comments
 (0)