From 5fd0b0cf5f67a534161d3a184c01db383c378c04 Mon Sep 17 00:00:00 2001 From: Tom Prince <mozilla@hocat.ca> Date: Fri, 3 Jul 2020 23:32:02 +0000 Subject: [PATCH] No bug: Fix a typo in `.taskcluster.yml`; r=aki Differential Revision: https://phabricator.services.mozilla.com/D82245 --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index dc3a5c4c20a36..6ea2b87f2ad21 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -71,7 +71,7 @@ tasks: then: '${action.taskGroupId}' else: - '${ownTaskId}' # same as taskId; this is how automation identifies a decision tsak + '${ownTaskId}' # same as taskId; this is how automation identifies a decision task schedulerId: '${trust_domain}-level-${repository.level}' created: {$fromNow: ''} -- GitLab