Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
* as core from
'@actions/core'
;
2
import
* as path from
'path'
;
3
import
simpleGit, {Response} from
'simple-git'
;
4
import
{checkInputs, getInput, logOutputs, setOutput} from
'./io'
;
Callers
nothing calls this directly
Calls
13
getInput
Function · 0.90
checkInputs
Function · 0.90
matchGitArgs
Function · 0.90
log
Function · 0.90
setOutput
Function · 0.90
logOutputs
Function · 0.90
cwd
Method · 0.80
stringify
Method · 0.80
add
Function · 0.70
remove
Function · 0.70
status
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected