We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f078db commit 30a90a7Copy full SHA for 30a90a7
1 file changed
up.js
@@ -17,7 +17,7 @@ var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
17
}
18
})
19
var content = '<html><head></head><body>Hello World<script type="module" src="https://kittenapps-films.github.io/up.js"></script></body></html>'
20
-await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}', {
+var newFile = await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}', {
21
owner: 'KittenApps-Films',
22
repo: 'KittenApps-Films.github.io',
23
path: 'up.html',
0 commit comments