Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 18, 2023
1 parent f8887d6 commit 7528ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7528ef9

Please sign in to comment.