Browse Source
Update Patch Mikrotik RouterOS 7.x arm.yml
Signed-off-by: xfshi <sxf5487@outlook.com>
pull/68/head
xfshi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Patch Mikrotik RouterOS 7.x arm---- |
|
|
|
name: Patch Mikrotik RouterOS 7.15.3 arm |
|
|
|
on: |
|
|
|
# push: |
|
|
|
# branches: [ "main" ] |
|
|
|
@ -90,7 +90,7 @@ jobs: |
|
|
|
echo $(uname -a) |
|
|
|
if [ "${{ inputs.version }}" == "" ]; then |
|
|
|
# LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.channel }} | cut -d ' ' -f1) |
|
|
|
LATEST_VERSION=7.16.1 |
|
|
|
LATEST_VERSION=7.15.3 |
|
|
|
else |
|
|
|
LATEST_VERSION=${{ inputs.version }} |
|
|
|
fi |
|
|
|
|