Log error

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-09-19 17:22:11 +03:00
parent a8bf3cedf8
commit 81c60fa0fa
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -160,6 +160,7 @@ async function commitChanges(file, filePath) {
);
console.log('Branch Updated')
} catch (error) {
console.log(error)
core.setFailed(error);
}