Skip to content

Commit b06c5bf

Browse files
authored
Add project board workflow (#196)
1 parent f5c60bd commit b06c5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/projectboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- id: set-matrix
1313
run: |
14-
output=$(curl ${{ github.event.issue.url }}/labels | jq '.[] | .name')
14+
output=$(curl ${{ github.event.issue.url }}/labels | jq '.[] | .name') || output=""
1515
1616
echo '======================'
1717
echo 'Process incoming data'

0 commit comments

Comments
 (0)