From 3fe091264039713bf75e92b95cbbfdb4e4521c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 19 Feb 2025 11:54:10 +0100 Subject: [PATCH] update release workflow --- .github/workflows/buildScripts/getLastBuildId.js | 2 +- WebAPI/Helpers/HttpRequests/GetQueue.http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildScripts/getLastBuildId.js b/.github/workflows/buildScripts/getLastBuildId.js index 6519e0e..a82c0ed 100644 --- a/.github/workflows/buildScripts/getLastBuildId.js +++ b/.github/workflows/buildScripts/getLastBuildId.js @@ -3,7 +3,7 @@ module.exports = async ({ github, context }) => { owner: context.repo.owner, repo: context.repo.repo, workflow_id: "build.yml", - branch: "master", + branch: "main", status: "success", per_page: 1, }); diff --git a/WebAPI/Helpers/HttpRequests/GetQueue.http b/WebAPI/Helpers/HttpRequests/GetQueue.http index 4b3be84..992db13 100644 --- a/WebAPI/Helpers/HttpRequests/GetQueue.http +++ b/WebAPI/Helpers/HttpRequests/GetQueue.http @@ -1,2 +1,2 @@ ### -GET http://localhost:5400/api/Admin/Version +GET https://diunabi-morska.bim-it.pl/api/admin/version