Browse Source

Update mikrotik_patch_7.yml

Signed-off-by: Micah365 <76233554+Micah365@users.noreply.github.com>
pull/93/head
Micah365 12 months ago
committed by GitHub
parent
commit
27fa75c9cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/mikrotik_patch_7.yml

2
.github/workflows/mikrotik_patch_7.yml

@ -94,7 +94,7 @@ jobs:
run: |
echo $(uname -a)
# LATEST_VERSION=${{ github.event.inputs.version }}
LATEST_VERSION="7.18.1"
LATEST_VERSION='7.18.1'
if [ -z "$_LATEST_VERSION" ]; then
LATEST_VERSION=$(wget -nv -O - https://${{ env.MIKRO_UPGRADE_URL }}/routeros/NEWESTa7.${{ matrix.channel }} | cut -d ' ' -f1)
fi

Loading…
Cancel
Save