Skip to content

Commit

Permalink
Add project board workflow (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyDeBock authored May 13, 2022
1 parent a0516e5 commit d7e5cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/projectboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d7e5cec

Please sign in to comment.