We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48ce02 commit 8f4e560Copy full SHA for 8f4e560
README.md
@@ -17,7 +17,7 @@ var repo = github.getRepo(reponame);
17
// Store contents at a certain path (assumes UTF-8)
18
// Files that doesn't exist are created on the fly.
19
20
-repo.write('path/to/file', 'YOUR_NEW_CONTENTS', function(err) {
+repo.write('path/to/file', 'YOUR_NEW_CONTENTS', 'YOUR_COMMIT_MESSAGE', function(err) {
21
22
});
23
```
0 commit comments