Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Jun 29, 2024
1 parent b490650 commit ae031ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-technology-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae031ab

Please sign in to comment.