mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Rename github-token
input to githubToken
This commit is contained in:
parent
f29479bb44
commit
350b8cb78b
4 changed files with 7 additions and 7 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -4117,7 +4117,7 @@ const filter_1 = __importDefault(__webpack_require__(235));
|
|||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
const token = core.getInput('github-token', { required: true });
|
||||
const token = core.getInput('githubToken', { required: true });
|
||||
const filterYaml = core.getInput('filter', { required: true });
|
||||
const client = new github.GitHub(token);
|
||||
if (github.context.eventName !== 'pull_request') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue