We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e69d1a commit 0658bc8Copy full SHA for 0658bc8
2 files changed
action/src/platforms/github.ts
@@ -2,8 +2,6 @@ import { Octokit } from "octokit";
2
import { PlatformKit } from "./_base.js";
3
import Z from "zod";
4
5
-import { execSync } from "child_process";
6
-
7
export class GitHubPlatformKit extends PlatformKit {
8
private _octokit?: Octokit;
9
action/src/platforms/gitlab.ts
@@ -1,7 +1,6 @@
1
import { Gitlab } from "@gitbeaker/rest";
const gl = new Gitlab({ token: "" });
0 commit comments