We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13665b commit bbf425eCopy full SHA for bbf425e
1 file changed
up.js
@@ -16,4 +16,4 @@ var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
16
'X-GitHub-Api-Version': '2022-11-28'
17
}
18
})
19
-console.log(old.data)
+console.log(old.data.sha)
0 commit comments