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.
use_bespoke
1 parent fbd08c1 commit a933528Copy full SHA for a933528
roles/github/templates/workflow.yml.j2
@@ -9,7 +9,7 @@
9
%%- formatted_name -%%
10
<%- endmacro -%>
11
12
-<% if workflow.use_bespoke is defined and workflow.use_bespoke is true %>
+<% if workflow.use_bespoke is true %>
13
<%- extends workflow.file_name + ".j2" | string +%>
14
<% else %>
15
<%- extends "generic.yml.j2" +%>
0 commit comments