Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Unexpected input for 'netlify_site' or 'url' #31

Open
@marksweb

Description

@marksweb

Using the following workflow configurations I'm getting errors, though they match either this repo's docs or other workflows I've found on github.

    - name: Audit live URL
      uses: jakejarvis/lighthouse-action@master
      with:
        url: 'https://markw.co.uk/'

This throws the following;

Warning: Unexpected input(s) 'url', valid inputs are ['entryPoint', 'args']
Run jakejarvis/lighthouse-action@master
  with:
    url: https://markw.co.uk/

So I switched the arg to netlify_site as I've found on various repos.

    - name: Audit live URL
      uses: jakejarvis/lighthouse-action@master
      with:
        netlify_site: 'affectionate-agnesi-a744d0.netlify.app'

This throws the following;

Warning: Unexpected input(s) 'netlify_site', valid inputs are ['entryPoint', 'args']
Run jakejarvis/lighthouse-action@master
  with:
    netlify_site: affectionate-agnesi-a7[4](https://github.com/marksweb/co.uk/actions/runs/4516280684/jobs/7954427153#step:3:4)4d0.netlify.app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions