mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Regenerate dist
This commit is contained in:
parent
39876685c8
commit
93f3ded0b4
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -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
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue