generated from actions/container-toolkit-action
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Got the following warning in a workflow
The input is being used
Line 8 in ea629c5
const githubToken = core.getInput("repo-token"); |
But is not defined in the action file
Lines 7 to 17 in ea629c5
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 workingSomething isn't working