Skip to content

Commit

Permalink
Update regression-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
relentless-pursuit authored Jan 4, 2025
1 parent 7164372 commit a7b82b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/regression-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,16 @@ jobs:
run: |
BASE_URL="${{ env.BASE_TEST_CONFIGS_URL }}"
CONFIG_BUNDLE="${{ needs.parse_comment.outputs.config_bundle }}"
# Remove any newlines and extra spaces from CONFIG_BUNDLE
CONFIG_BUNDLE=$(echo "$CONFIG_BUNDLE" | tr -d '\n\r' | xargs)
CONFIG_LINK="$BASE_URL/$CONFIG_BUNDLE/config.xml"
PROJECTS_LINK="$BASE_URL/$CONFIG_BUNDLE/list-of-projects.yml"
# Also update JAVA_HEADER_LINK format
JAVA_HEADER_LINK="$BASE_URL/$CONFIG_BUNDLE/java.header"
./.ci/append-to-github-output.sh "config_link" "$CONFIG_LINK"
./.ci/append-to-github-output.sh "projects_link" "$PROJECTS_LINK"
./.ci/append-to-github-output.sh "java_header_link" "$JAVA_HEADER_LINK"
- name: Create label
id: create_label
Expand Down

0 comments on commit a7b82b4

Please # to comment.