Skip to content

Using core params generates warning in javascript actions #10

Description

@chris48s

If I make a new javascript action, a warning like

Warning: Unexpected input(s) 'file-name', 'github-token', valid inputs are ['coverage-file-name']

is shown unless I explicitly re-declare every param the core action supports (currently 8 params) in every "child" action.

This doesn't prevent those params from working, but the warning is annoying because it makes it seems like something is wrong, even though these are valid params inherited from action-badges/core and will be respected. Is there any way to work around this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions