mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Updating maintainers: switch to new location of JSON file
This commit is contained in:
11
.github/workflows/adjust-maintainers.yml
vendored
11
.github/workflows/adjust-maintainers.yml
vendored
@@ -6,8 +6,6 @@ name: "Sync maintainers status"
|
||||
# spdx-id: GPL-2.0-or-later
|
||||
# copyright-owner: @igorpecovnik
|
||||
|
||||
# Dependencies: lftp, jq
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
@@ -36,16 +34,11 @@ jobs:
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS_ARMBIAN_UPLOAD }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: |
|
||||
|
||||
sudo apt-get -y -qq install jq
|
||||
|
||||
- name: "Download JSON file"
|
||||
run: |
|
||||
|
||||
# download json that is prepared for this action in another cron job
|
||||
rsync -e "ssh -p ${{ secrets.HOST_UPLOAD_PORT }}" -arvc ${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:/incoming/json/armbian_maintainers.json /tmp/
|
||||
# download json that is prepared in https://github.com/armbian/armbian.github.io
|
||||
curl -o /tmp/armbian_maintainers.json https://github.armbian.com/maintainers.json
|
||||
|
||||
- name: "Update maintainers"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user