From 19cbdecf4af46ae2d097b7d333d30ae86cf35335 Mon Sep 17 00:00:00 2001 From: Niraj Date: Mon, 10 Feb 2025 11:53:47 +0545 Subject: [PATCH 1/2] fix: typos in IntersectMBO GitHub Pages --- .github/scripts/set_commit_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/set_commit_status.sh b/.github/scripts/set_commit_status.sh index efe4c4384..06c7a77b0 100644 --- a/.github/scripts/set_commit_status.sh +++ b/.github/scripts/set_commit_status.sh @@ -48,7 +48,7 @@ fi # Determine target URL based on environment case "$GH_PAGES" in - "intersectMBO/govtool-test-reports") TARGET_URL="https://intersectmbo.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; + "IntersectMBO/govtool-test-reports") TARGET_URL="https://intersectmbo.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; "cardanoapi/govtool-test-reports") TARGET_URL="https://cardanoapi.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; *) TARGET_URL="https://cardanoapi.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; esac From 13b9c38ea741919c806a204aceb6558388f9af86 Mon Sep 17 00:00:00 2001 From: Niraj Date: Mon, 10 Feb 2025 11:54:52 +0545 Subject: [PATCH 2/2] chore: set default report link to intersectMBO --- .github/scripts/set_commit_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/set_commit_status.sh b/.github/scripts/set_commit_status.sh index 06c7a77b0..01a822304 100644 --- a/.github/scripts/set_commit_status.sh +++ b/.github/scripts/set_commit_status.sh @@ -50,7 +50,7 @@ fi case "$GH_PAGES" in "IntersectMBO/govtool-test-reports") TARGET_URL="https://intersectmbo.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; "cardanoapi/govtool-test-reports") TARGET_URL="https://cardanoapi.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; - *) TARGET_URL="https://cardanoapi.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; + *) TARGET_URL="https://intersectmbo.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;; esac # Determine test result message