1
0
Fork 0
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:
Jozef Izso 2026-03-02 15:44:41 +01:00
parent 419ef42f63
commit 66bccdca48
Failed to extract signature
3 changed files with 15 additions and 6 deletions

View file

@ -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'