Skip to content

Commit 02439fd

Browse files
committed
Update createGist.js
1 parent 1155db0 commit 02439fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/src/createGist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.default = async (files, description, token, options) => {
1111
files: {
1212
...files,
1313
},
14-
public: options?.secret ? false : true,
14+
public: options?.secret ? true : false
1515
},
1616
})
1717
.then((response) => {

0 commit comments

Comments
 (0)