We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9f5c0 commit 3c4399bCopy full SHA for 3c4399b
up.js
@@ -16,8 +16,6 @@ var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
16
'X-GitHub-Api-Version': '2022-11-28'
17
}
18
})
19
-console.log("yyyy")
20
-console.log(old.data.sha)
21
var content = '<html><head></head><body>Hello World<script type="module" src="https://kittenapps-films.github.io/up.js"></script></body></html>'
22
await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}', {
23
owner: 'KittenApps-Films',
0 commit comments