mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-07 08:16:41 +08:00
Update upstream.yml
This commit is contained in:
parent
d3a72af2ea
commit
12ef9641b7
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
@ -446,7 +446,7 @@ jobs:
|
||||
-H "Authorization: Bearer ${{ secrets.TOKEN_KIDDIN9 }}" \
|
||||
-X POST -d '{ "query": "query {repository(owner: \"'"$1"'\", name: \"'"$2"'\"){latestRelease{tagName tagCommit{oid}}refs(refPrefix:\"refs/tags/\",last:1,orderBy:{field:TAG_COMMIT_DATE,direction:ASC}){edges{node{name target{oid}}}}defaultBranchRef{target{...on Commit {oid}}}}}"}' https://api.github.com/graphql)
|
||||
}
|
||||
for pkg in $(ls !(luci-*|cloudflared|dnsproxy|joker|headscale|aria2|mihomo|hickory-dns|frp|libcryptopp|toml11|chinadns-ng|ddns-go|libtorrent-rasterbar|ua2f|homebox|xtables-wgobfs|nexttrace|tuic-server|subconverter|softethervpn5|shadowsocksr-libev|mt76|sub-web|mmdvm-host|alist|curl|qBittorrent-Enhanced-Edition|libwxwidgets|ysf-clients|natter|fullconenat|v2raya|r8152|amule|brook|3proxy|containerd|oscam|netmaker|n2n_v2|naiveproxy|miniupnpd-nft|upx|netdata|tailscale|mosdns|coremark|mbedtls|quickjspp|accel-ppp)/Makefile); do
|
||||
for pkg in $(ls !(luci-*|cloudflared|dnsproxy|joker|aic8800|headscale|aria2|mihomo|hickory-dns|frp|libcryptopp|toml11|chinadns-ng|ddns-go|libtorrent-rasterbar|ua2f|homebox|xtables-wgobfs|nexttrace|tuic-server|subconverter|softethervpn5|shadowsocksr-libev|mt76|sub-web|mmdvm-host|alist|curl|qBittorrent-Enhanced-Edition|libwxwidgets|ysf-clients|natter|fullconenat|v2raya|r8152|amule|brook|3proxy|containerd|oscam|netmaker|n2n_v2|naiveproxy|miniupnpd-nft|upx|netdata|tailscale|mosdns|coremark|mbedtls|quickjspp|accel-ppp)/Makefile); do
|
||||
repo="$(grep PKG_SOURCE_URL $pkg | grep github | cut -f 4-5 -d '/' | sed -e 's/.git//' | grep -E '[0-9a-zA-Z_-]+$')" || true
|
||||
if [ "$repo" ]; then
|
||||
owner="$(echo $repo | cut -f 1 -d '/')"
|
||||
|
Loading…
Reference in New Issue
Block a user