From f676d12988cb5dcb70beab908bedf2cc84cead2f Mon Sep 17 00:00:00 2001 From: sian1468 <58017832+sian1468@users.noreply.github.com> Date: Mon, 12 Dec 2022 03:45:13 +0700 Subject: Add auto update instances for libreddit (#80) * Change libreddit's fallback URL to official instance's URL * Add auto update instances for libreddit --- .github/workflows/update-instances.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index e8fc9c7..59341e1 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -189,6 +189,21 @@ jobs: #apply_update + # ============================================================== + # libreddit update + # ============================================================== + curl -s https://raw.githubusercontent.com/libreddit/libreddit-instances/master/instances.json | \ + jq '[ + .instances[] | + select(.url) | + .url ] | + sort' > libreddit-tmp.json + jq --slurpfile libreddit libreddit-tmp.json \ + '( .[] | select(.type == "libreddit") ) + .instances |= $libreddit[0]' services-full.json > services-tmp.json + + apply_update + # ============================================================== # TODO: Update instances for other services # ============================================================== -- cgit v1.2.3