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 8ec0465 + 07a90d3 commit 8c10ef8Copy full SHA for 8c10ef8
team_ssh_keys.sh
@@ -22,7 +22,7 @@ if [ -z "$OWNER_ALIASES" ]; then
22
fi
23
24
# shellcheck disable=SC2016
25
-MEMBERS=$(yq --arg team_name "$TEAM_NAME" -r '.aliases[$team_name] | join(" ")' <<< "$OWNER_ALIASES")
+MEMBERS=$(yq -r '.aliases[env(TEAM_NAME)] | join(" ")' <<< "$OWNER_ALIASES")
26
27
for member in $MEMBERS; do
28
key=$(curl -s "https://github.com/$member.keys")
0 commit comments