mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
Update deprecated set-output
GHA syntax (#8331)
This commit is contained in:
parent
2e015fcc0e
commit
d8d024080a
4
.github/workflows/add-labels-priority.yml
vendored
4
.github/workflows/add-labels-priority.yml
vendored
@ -24,13 +24,13 @@ jobs:
|
||||
name: Get labels
|
||||
run: |
|
||||
labels="$(curl --retry 5 -s https://api.github.com/repos/simple-icons/simple-icons/pulls/${{ github.event.pull_request.number }} | jq '.labels[].name' | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
|
||||
echo "::set-output name=labels::$labels"
|
||||
echo "labels=$labels" >> $GITHUB_OUTPUT
|
||||
|
||||
- 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/,$//')"
|
||||
echo "::set-output name=members::$members"
|
||||
echo "members=$members" >> $GITHUB_OUTPUT
|
||||
|
||||
- id: get-linked-issues
|
||||
name: Get linked issue numbers
|
||||
|
Loading…
Reference in New Issue
Block a user