You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in {1..20}; do curl -sL --fail https://github.com/klever1988/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break; done | zstdmt -d -o /dev/null
190
+
for i in {1..20}; do curl -sL --fail https://github.com/stupidloud/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break; done | zstdmt -d -o /dev/null
191
191
if [ $? -eq 0 ]; then break; fi
192
192
done
193
193
set -e
@@ -198,7 +198,7 @@ jobs:
198
198
curl -k --data chat_id="${{secrets.TELEGRAM_CHAT_ID}}" --data "text=The ${{env.DEVICE}} build ran completed at ${{job.status}}." "https://api.telegram.org/bot${{secrets.TELEGRAM_BOT_TOKEN}}/sendMessage"
199
199
200
200
- name: Debug via tmate
201
-
uses: klever1988/ssh2actions@main
201
+
uses: stupidloud/ssh2actions@main
202
202
if: ${{ failure() && env.TG }}
203
203
with:
204
204
mode: ssh
@@ -228,7 +228,7 @@ jobs:
228
228
sudo apt update && sudo apt install qemu-utils
229
229
sudo sysctl vm.swappiness=0
230
230
ulimit -SHn 65000
231
-
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
231
+
curl -L https://github.com/stupidloud/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
232
232
mv *imagebuilder* ib && cd ib
233
233
. $GITHUB_WORKSPACE/scripts/merge_files.sh
234
234
mkdir -p files/local_feed && sudo mount --bind packages files/local_feed
@@ -275,7 +275,7 @@ jobs:
275
275
sudo apt update && sudo apt install qemu-utils
276
276
sudo sysctl vm.swappiness=0
277
277
ulimit -SHn 65000
278
-
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
278
+
curl -L https://github.com/stupidloud/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
sed -i $line_number_FV' a <a href="https://github.com/klever1988/nanopi-openwrt" target="_blank">klever1988/nanopi-openwrt</a> '$strDate$status_page
83
+
sed -i $line_number_FV' a <a href="https://github.com/stupidloud/nanopi-openwrt" target="_blank">stupidloud/nanopi-openwrt</a> '$strDate$status_page
sed -i $line_number_FV' i var pfv = document.createElement('\''placeholder'\'');pfv.innerHTML = '\''<a href="https://github.com/klever1988/nanopi-openwrt" target="_blank">klever1988/nanopi-openwrt</a> '$strDate"';"$status_page
87
+
sed -i $line_number_FV' i var pfv = document.createElement('\''placeholder'\'');pfv.innerHTML = '\''<a href="https://github.com/stupidloud/nanopi-openwrt" target="_blank">stupidloud/nanopi-openwrt</a> '$strDate"';"$status_page
0 commit comments