Skip to content

Commit

Permalink
feat: add log when completing asana task
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Aug 12, 2020
1 parent 911df1e commit 39e41bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ async function asanaOperations(
}
if (markCompleted) {
await client.tasks.update(taskId, {completed: true});
core.info('Marked the Asana task as completed.');
}
} catch (ex) {
console.error(ex.value);
Expand Down

0 comments on commit 39e41bd

Please sign in to comment.