Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit ab60e7a

Browse files
escapewindowmergify[bot]
authored andcommitted
syntax fix?
(cherry picked from commit b0d89d3)
1 parent ef0815c commit ab60e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskcluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ tasks:
8383
else:
8484
$if: 'tasks_for in ["cron", "action"]'
8585
then:
86-
$if: '${push.branch}[:11] == "refs/heads/"'
86+
$if: 'push.branch[:11] == "refs/heads/"'
8787
then: {$eval: 'push.branch[11:]'}
88-
else: '${push.branch}'
88+
else: ${push.branch}
8989
base_sha:
9090
$if: 'tasks_for == "github-push"'
9191
then: '${event.before}'

0 commit comments

Comments
 (0)