We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caab53b + 543ab8d commit 37b50baCopy full SHA for 37b50ba
team_ssh_keys.sh
@@ -25,5 +25,6 @@ fi
25
MEMBERS=$(yq --arg team_name "$TEAM_NAME" -r '.aliases[$team_name] | join(" ")' <<< "$OWNER_ALIASES")
26
27
for member in $MEMBERS; do
28
- curl -s "https://github.com/$member.keys"
+ key=$(curl -s "https://github.com/$member.keys")
29
+ echo "$key $member"
30
done
0 commit comments