From 575da01fee6dda7e335e5271076876b789e65729 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 6 Sep 2022 20:10:42 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dba2d98..991ff25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,8 @@ jobs: $Release = (Get-Content -Path test.md -Encoding utf8 -Raw).replace("`n", "%0A").replace("`r", "%0D") $Parameters = @{ - Uri = "https://api.github.com/repos/Sophia-Community/SophiApp/releases" - UseBasicParsing = $true + Uri = "https://api.github.com/repos/Sophia-Community/SophiApp/releases" + UseBasicParsing = $true Verbose = $true } $Penultimate = (Invoke-RestMethod @Parameters).tag_name | Select-Object -Index 1