modified: .github/workflows/mikrotik_patch.yml

modified:   npk.py
This commit is contained in:
zyb
2024-06-16 06:19:37 +08:00
parent 198880fbd5
commit 01c7578641
2 changed files with 1 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ jobs:
- name: Get latest routeros stable version
run: |
ls -R
echo $(uname -a)
LATEST_VERSION=$(wget -nv -O - $LATEST_STABLE_VERSION_URL | cut -d ' ' -f1)
echo Latest Stabel Version:$LATEST_VERSION