We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b065cf0 commit 6f613fcCopy full SHA for 6f613fc
.github/workflows/validate_datasets.yml
@@ -41,7 +41,7 @@ jobs:
41
${{ github.event.pull_request.body }}
42
EOF
43
PR_NUM=$(grep -oP 'bids-specification-pr:\s*(https://github\.com/bids-standard/bids-specification/pulls?/)*\K[0-9]+' /tmp/pr_body.txt | head -1 || true)
44
- [ -n "$PR_NUM" ] && echo "pr_number=$PR_NUM" >> $GITHUB_OUTPUT
+ [ -n "$PR_NUM" ] && echo "pr_number=$PR_NUM" >> $GITHUB_OUTPUT || :
45
fi
46
47
- name: Set matrix
0 commit comments