INNER CODE UNIT · TypeScript

logDryRunRemainingSteps

EndBug/add-and-commit · src/main.ts:284

async function logDryRunRemainingSteps() {
  safeInfo(
    `> Would set git identity: ${getInput('author_name')} <${getInput(
      'author_email',
    )}> (committer: ${getInput('committer_name')} <${getInput(
      'committer_email',
    )}>)`,
  );

  let fetchOption: string | boolean;
  try {
    fetchOption = getInput('fetch', true);
  } catch {
    fetchOption = getInput('fetch');
  }
  if (fetchOption) {
    safeInfo(
      `> Would fetch repo${

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…