diff --git a/src/index.ts b/src/index.ts index c5af7e5..d518755 100644 --- a/src/index.ts +++ b/src/index.ts @@ -312,9 +312,8 @@ class MagicNixCacheAction { .json(); if (res.status !== 200) { - actionsCore.info(JSON.stringify(res)); 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)}`, ); }