Skip to content

repo-token not defined in action inputs #90

@negebauer

Description

@negebauer

Got the following warning in a workflow

image

The input is being used

const githubToken = core.getInput("repo-token");

But is not defined in the action file

inputs:
title-regex:
description: "Regex to ensure PR title matches. Allows anything by default."
required: true
default: ".*"
on-failed-regex-comment:
description:
"Comment for the bot to post on PRs that fail the regex. Use %regex% to
reference regex."
required: true
default: "PR title failed to match %regex%."

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions