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