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.
2 parents cf9ded7 + ca79f23 commit 3c48d66Copy full SHA for 3c48d66
.github/workflows/check-metadata.yml
@@ -39,7 +39,6 @@ jobs:
39
if grep -q "Metadata issues were found" pr_comment.md; then
40
echo "Metadata issues found. Posting comment on PR."
41
gh pr comment "${{ github.event.pull_request.number }}" --body-file pr_comment.md
42
- exit 1
43
else
44
echo "No metadata issues found."
45
fi
0 commit comments