MCPcopy Create free account
hub / github.com/EndBug/add-and-commit / main.ts

File main.ts

src/main.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as core from '@actions/core';
2import * as path from 'path';
3import simpleGit, {Response} from 'simple-git';
4import {checkInputs, getInput, logOutputs, setOutput} from './io';

Callers

nothing calls this directly

Calls 13

getInputFunction · 0.90
checkInputsFunction · 0.90
matchGitArgsFunction · 0.90
logFunction · 0.90
setOutputFunction · 0.90
logOutputsFunction · 0.90
cwdMethod · 0.80
stringifyMethod · 0.80
addFunction · 0.70
removeFunction · 0.70
statusMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected