mapping: getInputOrUndefined()

in github-projects/map-labels/index.ts [95:100]


  mapping: getInputOrUndefined('mapping'),
  githubToken: getInputOrUndefined('github-token') || process.env.GITHUB_TOKEN,
  dryRun: getInputOrUndefined('dry-run', (v) => v === 'true'),
};

function verifyExpectedArgs(args: ActionArgs): asserts args is {