Skip to content

GitHub Action Failing #411

Locked Answered by lowlighter
JayantGoel001 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!
Seems the error comes from two plugins (since you enabled plugin_errors_fatal it'll fail if any plugin returns an exit code)

The first one seems to be linked when a file doesn't have a raw_url so repo cannot be extracted. Maybe using ?. would fix it but the remaining code may expect that repo is defined so it need some investigation

 {
    name: 'habits',
    result: {
      error: {
        message: 'An error occured',
        instance: TypeError: Cannot read property 'match' of null
            at file:///metrics/source/plugins/languages/analyzers.mjs:87:175
            at Array.map (<anonymous>)
            at file:///metrics/source/plugins/languages/analyzers.mjs:87:27
        …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JayantGoel001
Comment options

@lowlighter
Comment options

@JayantGoel001
Comment options

Answer selected by lowlighter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment