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

432
dist/index.js generated vendored

File diff suppressed because it is too large Load diff

3
package-lock.json generated
View file

@ -43,6 +43,9 @@
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

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'