diff --git a/_plugins/entrypoint.sh b/_plugins/entrypoint.sh index 3e946a8386..c261ef287e 100755 --- a/_plugins/entrypoint.sh +++ b/_plugins/entrypoint.sh @@ -10,7 +10,7 @@ set_target() { IFS=', '; array=($(pinned_repos.rb ${OWNER} | yq eval -P | sed "s/ /, /g")) else export HEADER="Accept: application/vnd.github+json" - echo ${INPUT_TOKEN} | gh auth login --with-token && gist.sh # &>/dev/null + echo ${INPUT_TOKEN} | gh auth login --with-token && gist.sh &>/dev/null IFS=', '; array=($(gh api -H "${HEADER}" /user/orgs --jq '.[].login' | sort -uf | yq eval -P | sed "s/ /, /g")) fi