Problemunvalidated
I need to pass in the setting `branchName: '${issue.number}-${issue.title}'` to make a custom branchName — With the actions Create Issue Branch, it's possible to automatically generate a branch when a user is assigned to the issue/ticket. Tension: So far I havn't been able to find out where.. And in my attempt to pass in the setting, I broke the action. Outcome: Where should I put the variable `branchName` in the `.yml' file?
9c19721c-43e1-4c7c-b6a8-46ad5f9d87c0
I need to pass in the setting branchName: '${issue.number}-${issue.title}' to make a custom branchName — With the actions Create Issue Branch, it's possible to automatically generate a branch when a user is assigned to the issue/ticket. Tension: So far I havn't been able to find out where.. And in my attempt to pass in the setting, I broke the action. Outcome: Where should I put the variable branchName in the `.yml' file?