We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c60bd commit b06c5bfCopy full SHA for b06c5bf
.github/workflows/projectboard.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- id: set-matrix
13
run: |
14
- output=$(curl ${{ github.event.issue.url }}/labels | jq '.[] | .name')
+ output=$(curl ${{ github.event.issue.url }}/labels | jq '.[] | .name') || output=""
15
16
echo '======================'
17
echo 'Process incoming data'
0 commit comments