We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a19c6 commit 360e1b6Copy full SHA for 360e1b6
1 file changed
edit.js
@@ -43,9 +43,7 @@ var newFile = await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}',
43
path: d,
44
message: 'update up.html from up.js',
45
content: btoa(content),
46
- if (s == true) {
47
sha: old.data.sha,
48
- }
49
headers: {
50
'X-GitHub-Api-Version': '2022-11-28'
51
}
0 commit comments