Browse Source

Update mikrotik_patch_6.yml

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

8
.github/workflows/mikrotik_patch_6.yml

@ -85,10 +85,10 @@ jobs:
run: |
echo $(uname -a)
# LATEST_VERSION=${{ github.event.inputs.version }}
LATEST_VERSION="6.49.17"
if [ -z "$_LATEST_VERSION" ]; then
LATEST_VERSION=$(wget -nv -O - https://${{ env.MIKRO_UPGRADE_URL }}/routeros/NEWEST6.${{ matrix.channel }} | cut -d ' ' -f1)
fi
LATEST_VERSION='6.49.17'
# if [ -z "$_LATEST_VERSION" ]; then
# LATEST_VERSION=$(wget -nv -O - https://${{ env.MIKRO_UPGRADE_URL }}/routeros/NEWEST6.${{ matrix.channel }} | cut -d ' ' -f1)
# fi
echo Latest Version:$LATEST_VERSION
# if [ "${{ github.event_name }}" == "schedule" ]; then
# _LATEST_VERSION=$(wget -nv -O - https://${{ env.CUSTOM_UPGRADE_URL }}/routeros/NEWEST6.${{ matrix.channel }} | cut -d ' ' -f1)

Loading…
Cancel
Save