Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Feb 19, 2024
1 parent 67fac81 commit 2e0791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as core from '@actions/core'
import * as exec from '@actions/exec'
import {run} from '../src/index'
import {createPullRequest} from '../src/github-helper'
import { PullRequest } from '@octokit/webhooks-types'
import {PullRequest} from '@octokit/webhooks-types'

const defaultMockedGetInputData: any = {
token: 'whatever',
Expand Down

0 comments on commit 2e0791c

Please sign in to comment.