Regenerate dist

This commit is contained in:
Luc Perkins 2024-05-20 08:37:55 -03:00
parent 39876685c8
commit 93f3ded0b4
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -95025,7 +95025,7 @@ var MagicNixCacheAction = class {
const res = await this.client.post(`http://${hostAndPort}/api/workflow-finish`).json(); const res = await this.client.post(`http://${hostAndPort}/api/workflow-finish`).json();
if (res.status !== 200) { if (res.status !== 200) {
this.failInStrictMode( this.failInStrictMode(
`Failed to trigger workflow finish hook; expected HTTP status 200 from POST to /api/workflow-finish but got ${res.status} instead` `Failed to trigger workflow finish hook. Response: ${JSON.stringify(res)}`
); );
} }
core.debug(`back from post: ${res}`); core.debug(`back from post: ${res}`);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long