Skip to content

Get Commit Node

Data/GitHub

Get Commit

Get details about a specific commit

data_github_get_commitdata
Inputs5
Outputs6
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
1/10High

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

GitHub provider

GitHubProviderGitHubProvider3 fields
provider_idstringrequired
access_tokenstringrequired
base_urlstringrequired
Schema enforced

Owner

String
owner

Repository owner

Repository

String
repo

Repository name

SHA

String
sha

Commit SHA, branch, or tag

Output Pins

6

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Commit

Struct
commit

Commit information

GitHubCommitGitHubCommit8 fields
shastringrequired
messagestringrequired
authorGitHubCommitAuthorrequired
namestringrequired
emailstringrequired
datestringrequired
committerGitHubCommitAuthorrequired
namestringrequired
emailstringrequired
datestringrequired
html_urlstringrequired
github_authoranyOf (2)
variant 1GitHubCommitUservariant
loginstringrequired
idinteger:int64required
format int64
avatar_urlstringrequired
html_urlstringrequired
variant 2nullvariant
github_committeranyOf (2)
variant 1GitHubCommitUservariant
loginstringrequired
idinteger:int64required
format int64
avatar_urlstringrequired
html_urlstringrequired
variant 2nullvariant
statsanyOf (2)
variant 1GitHubCommitStatsvariant
additionsinteger:int64required
format int64
deletionsinteger:int64required
format int64
totalinteger:int64required
format int64
variant 2nullvariant

Message

String
message

Commit message

Additions

Integer
additions

Lines added

Deletions

Integer
deletions

Lines deleted

Node Info

Internal name
data_github_get_commit
Category
Data/GitHub