Skip to content

Commit 7152d21

Browse files
committed
chore: remove unused variables.
1 parent 6a12987 commit 7152d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs';
22
import path from 'path';
33
import { setFailed, setOutput, getInput, info, startGroup, endGroup } from '@actions/core';
4-
import { getOctokit, context } from '@actions/github';
4+
import { context } from '@actions/github';
55
import { render, renderFile, Options } from 'ejs';
66

77
try {

0 commit comments

Comments
 (0)