Skip to content

Commit cc228bf

Browse files
committed
rebuild lib/main.js
1 parent 3ba5272 commit cc228bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function run() {
3333
required: false
3434
});
3535
const auto_merge = autoMergeStringInput === "true";
36-
const client = new github.GitHub(token);
36+
const client = new github.GitHub(token, { previews: ["flash", "ant-man"] });
3737
const deployment = yield client.repos.createDeployment({
3838
owner: context.repo.owner,
3939
repo: context.repo.repo,

0 commit comments

Comments
 (0)