We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba5272 commit cc228bfCopy full SHA for cc228bf
lib/main.js
@@ -33,7 +33,7 @@ function run() {
33
required: false
34
});
35
const auto_merge = autoMergeStringInput === "true";
36
- const client = new github.GitHub(token);
+ const client = new github.GitHub(token, { previews: ["flash", "ant-man"] });
37
const deployment = yield client.repos.createDeployment({
38
owner: context.repo.owner,
39
repo: context.repo.repo,
0 commit comments