Skip to content

Commit 7099121

Browse files
committed
import package updated
1 parent 948e076 commit 7099121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git-commit-push-via-github-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as GitHubApi from "github";
1+
import * as GitHubApi from "@octokit/rest";
22

33
const debug = require("debug")("git-commit-push-via-github-api");
44
const GITHUB_API_TOKEN = process.env.GITHUB_API_TOKEN;

0 commit comments

Comments
 (0)