Skip to content

Commit

Permalink
Merge pull request #2925 from IntersectMBO/fix/commit-status-report-link
Browse files Browse the repository at this point in the history
Fix: commit status report link
  • Loading branch information
kneerose authored Feb 10, 2025
2 parents 3d0099c + 13b9c38 commit 6c41c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/set_commit_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ 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}" ;;
*) TARGET_URL="https://intersectmbo.github.io/govtool-test-reports/${REPORT_NAME}/${REPORT_NUMBER}" ;;
esac

# Determine test result message
Expand Down

0 comments on commit 6c41c5b

Please sign in to comment.