@@ -155,7 +155,7 @@ async function commitChanges(filePath, file) {
}
);
}catch(error){
core.setFailed(error.message);
core.setFailed(error);
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.