fix lint
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ export async function run(pathInput: string): Promise<void> {
|
|||||||
.digest('hex')
|
.digest('hex')
|
||||||
|
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
process.env.GITHUB_API_URL + '/packages/container-registry-url'
|
`${process.env.GITHUB_API_URL}/packages/container-registry-url`
|
||||||
)
|
)
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
throw new Error(`Failed to fetch status page: ${response.statusText}`)
|
throw new Error(`Failed to fetch status page: ${response.statusText}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user