fix lints

This commit is contained in:
Tim Krins 2024-09-20 16:02:19 +01:00
parent 5a6c6a10d1
commit 84c5efc0b4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ const getToken = async (): Promise<string> => {
const getSendNotifications = (): boolean => { const getSendNotifications = (): boolean => {
return isTrue( return isTrue(
core.getInput('send-notifications'), core.getInput('send-notifications'),
); );
}; };

View file

@ -129,7 +129,7 @@ const run = async (): Promise<void> => {
if (getSendNotifications()) { if (getSendNotifications()) {
await sendNotifications(); await sendNotifications();
// don't perform an upload after sending notifications // don't perform an upload after sending notifications
return return;
} }
await exec.exec( await exec.exec(