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
895edec803
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/mikrotik_patch_7.yml

3
.github/workflows/mikrotik_patch_7.yml

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

Loading…
Cancel
Save