diff --git a/.taskcluster.yml b/.taskcluster.yml index 54c97bf38b61..78e6be5a16d1 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -38,10 +38,7 @@ tasks: $if: 'tasks_for == "action"' then: name: "Action: ${action.title}" - description: | - ${action.description} - - Action triggered by clientID `${clientId}` + description: '${action.description}' else: name: "Decision Task for cron job ${cron.job_name}" description: 'Created by a [cron task](https://tools.taskcluster.net/tasks/${cron.task_id})'