marocchino / validate-dependabot

validate dependabot yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step fails with "Error: exists error"

unicornfingers opened this issue · comments

I followed the instructions in the README to add this action to my repo, but when it runs, the validate-dependabot step fails with the message Error: exists errors. Because there is no further output, I'm not sure what's wrong or how to go about debugging it.

Screen Shot 2021-05-28 at 12 43 22 AM

You can print it in next step like:

      - if: always()
        run: |
                  cat <<EOT 
                  ${{ steps.validate.outputs.markdown }}
                  EOT

but you are right. Perhaps it would be appropriate to show more detailed error messages and what kind of error occurred in this step.