mirror of https://github.com/vapor/docs.git
Add project board workflow (#663)
This commit is contained in:
parent
b5dde9dcae
commit
7451709cfb
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
- id: set-matrix
|
||||
run: |
|
||||
output=$(curl ${{ github.event.issue.url }}/labels | jq '.[] | .name')
|
||||
output=$(curl ${{ github.event.issue.url }}/labels | jq '.[] | .name') || output=""
|
||||
|
||||
echo '======================'
|
||||
echo 'Process incoming data'
|
||||
|
|
|
|||
Loading…
Reference in New Issue