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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
.github/workflows/mikrotik_patch_6.yml
|
|
@ -85,10 +85,10 @@ jobs: |
|
|
run: | |
|
|
run: | |
|
|
echo $(uname -a) |
|
|
echo $(uname -a) |
|
|
# LATEST_VERSION=${{ github.event.inputs.version }} |
|
|
# 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 |
|
|
echo Latest Version:$LATEST_VERSION |
|
|
# if [ "${{ github.event_name }}" == "schedule" ]; then |
|
|
# if [ "${{ github.event_name }}" == "schedule" ]; then |
|
|
# _LATEST_VERSION=$(wget -nv -O - https://${{ env.CUSTOM_UPGRADE_URL }}/routeros/NEWEST6.${{ matrix.channel }} | cut -d ' ' -f1) |
|
|
# _LATEST_VERSION=$(wget -nv -O - https://${{ env.CUSTOM_UPGRADE_URL }}/routeros/NEWEST6.${{ matrix.channel }} | cut -d ' ' -f1) |
|
|
|