action-dependabot-auto-merge icon indicating copy to clipboard operation
action-dependabot-auto-merge copied to clipboard

Changing workflow and job names makes the job to fail

Open alex-galey opened this issue 2 years ago • 0 comments

I changed the names from auto-merge to dependabot-auto-merge :

name: dependabot-auto-merge
on:
  pull_request:
jobs:
  dependabot-auto-merge:

The job is failing with error :

/action/node_modules/@actions/core/lib/core.js:94
        throw new Error(`Input required and not supplied: ${name}`);
              ^

Error: Input required and not supplied: github-token
    at Object.getInput (/action/node_modules/@actions/core/lib/core.js:94:15)
    at file:///action/index.js:28:15
    at ModuleJob.run (node:internal/modules/esm/module_job:185:25)
    at async Promise.all (index 0)
    at async ESMLoader.import (node:internal/modules/esm/loader:281:24)
    at async loadESM (node:internal/process/esm_loader:88:5)
    at async handleMainPromise (node:internal/modules/run_main:65:12)

alex-galey avatar Jan 14 '22 15:01 alex-galey