We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451be41 commit 5e16d1bCopy full SHA for 5e16d1b
1 file changed
up.js
@@ -10,7 +10,7 @@ const octokit = new Octokit({
10
await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
11
owner: 'KittenApps-Films',
12
repo: 'KittenApps-Films.github.io',
13
- //path: 'PATH',
+ path: 'up.html',
14
headers: {
15
'X-GitHub-Api-Version': '2022-11-28'
16
}
0 commit comments