mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Fix logic of get organization members (#9090)
This commit is contained in:
parent
c8b1e008c1
commit
50215ff36f
2
.github/workflows/add-labels-priority.yml
vendored
2
.github/workflows/add-labels-priority.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- id: get-si-members
|
||||
name: Get simple-icons members
|
||||
run: |
|
||||
members="$(curl --retry 5 -s https://api.github.com/orgs/simple-icons/members | jq .[].login | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
|
||||
members="$(curl -H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' --retry 5 -s https://api.github.com/orgs/simple-icons/members | jq .[].login | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
|
||||
echo "members=$members" >> $GITHUB_OUTPUT
|
||||
|
||||
- id: get-linked-issues
|
||||
|
Loading…
Reference in New Issue
Block a user