mirror of
https://github.com/dorny/test-reporter.git
synced 2026-05-07 11:07:35 +02:00
Refactor code for changes in @actions/github v9
This commit is contained in:
parent
419ef42f63
commit
66bccdca48
3 changed files with 15 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as core from '@actions/core'
|
||||
import * as github from '@actions/github'
|
||||
import {GitHub} from '@actions/github/lib/utils.js'
|
||||
import {GitHub} from '@actions/github/lib/utils'
|
||||
|
||||
import {ArtifactProvider} from './input-providers/artifact-provider.js'
|
||||
import {LocalFileProvider} from './input-providers/local-file-provider.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue