Skip to content

Commit 6f7658c

Browse files
committed
chore: rename file
1 parent 3bac048 commit 6f7658c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { execSync } from 'child_process'
22
import path from 'path'
33
import dotenv from 'dotenv'
4-
import { getInput } from '../src/inputs'
4+
import { getInput } from '../src/input'
55

66
test('input', () => {
77
process.env.INPUT_GIST_ID = 'gist_id'
File renamed without changes.

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs'
22
import path from 'path'
33
import * as core from '@actions/core'
44
import * as github from '@actions/github'
5-
import { showInput, getInput } from './inputs'
5+
import { showInput, getInput } from './input'
66

77
export const run = async (): Promise<void> => {
88
const input = getInput()

0 commit comments

Comments
 (0)