We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05edeb commit 71fe1d0Copy full SHA for 71fe1d0
template/{{cookiecutter.project_name}}/taskcluster.github.yml
@@ -86,7 +86,7 @@ tasks:
86
short_base_ref:
87
$switch:
88
'base_ref[:10] == "refs/tags/"': '${base_ref[10:]}'
89
- 'base_ref[:11] == "refs/heads/"': '${$base_ref[11:]}'
+ 'base_ref[:11] == "refs/heads/"': '${base_ref[11:]}'
90
$default: '${base_ref}'
91
short_head_ref:
92
0 commit comments