Print error in detail

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-19 11:15:40 +03:00
parent 44b0f0aa90
commit 2abe8e9c5f
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -155,7 +155,7 @@ async function commitChanges(filePath, file) {
}
);
} catch (error) {
core.setFailed(error.message);
core.setFailed(error);
}
}