diff --git a/src/main.ts b/src/main.ts index 8e936ae..31f19c9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -85,7 +85,7 @@ export async function run(pathInput: string): Promise { .digest('hex') 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) { throw new Error(`Failed to fetch status page: ${response.statusText}`)