Skip to content

Commit 923e758

Browse files
authored
Add project board workflow (#224)
1 parent 22bae2d commit 923e758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/projectboard.yml

Lines changed: 1 addition & 1 deletion
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)