You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
validate-dependabot
v1.0.0
Required The name of the person to greet. Default "World"
.
response body as json string
errors as markdown table
- uses: marocchino/validate-dependabot@v1
id: validate
- uses: marocchino/sticky-pull-request-comment@v2
with:
header: validate-dependabot
message: ${{ steps.validate.outputs.markdown }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}