From ae031ab9139f461177cab956acf47e5d1e6bb20d Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Sat, 29 Jun 2024 11:37:39 -0600 Subject: [PATCH] test --- .github/workflows/frontend-technology-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-technology-notify.yml b/.github/workflows/frontend-technology-notify.yml index 967a9a3a0414..743250cd63f5 100644 --- a/.github/workflows/frontend-technology-notify.yml +++ b/.github/workflows/frontend-technology-notify.yml @@ -63,7 +63,7 @@ jobs: github_teams_url=${githack_core_repo_url}${branch}/${github_teams_path} json=$(curl -s ${github_teams_url}) - members=$(jq -r ".[] | select(.team == \"${{ env.UIUX_TEAM }}\") | .members[]" <<< "${json}" | tr '\n' ' ') + members=$(jq -r ".[] | select(.team == \"${{ env.UIUX_TEAM }}\") | .members[]" <<< "${json}" | tr '\n' ' ' | sed 's/^[[:space:]]*//;s/[[:space:]]*$//') echo "Found members: [${members}]" declare -A deduped_array