Fix code formatting issues

This commit is contained in:
Jozef Izso 2024-06-25 23:28:35 +02:00
parent 84e60bad69
commit 9d0f09a6b6
3 changed files with 226 additions and 210 deletions

View file

@ -1,6 +1,5 @@
import * as core from '@actions/core'
import * as github from '@actions/github'
import * as fs from 'fs'
import {GitHub} from '@actions/github/lib/utils'
import {ArtifactProvider} from './input-providers/artifact-provider'