Skip to content

Commit

Permalink
debug output notes
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Mar 7, 2024
1 parent a9a5698 commit 49e7bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/asana-create-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const asanaCreateTasks = async () => {
.replace(/<\/?p>/ig, '\n')

// Updating task and moving to Release section...
console.error(JSON.stringify(updatedNotes))
await asana.tasks.updateTask(new_task.gid, {html_notes: updatedNotes})

await asana.tasks.addProjectForTask(new_task.gid, { project: autoconsentProjectGid, section: releaseSectionGid })
Expand Down

0 comments on commit 49e7bf5

Please sign in to comment.