powerplatform-actions
powerplatform-actions copied to clipboard
branch-solution - Customize commit message
I want to customize the message of the commit when the branch is created.
core.startGroup(`... commit solution into ${branchName} and push to ${repoUrl}`);
const commitArgs = ["commit", "-m", `PR for exported solution ${branchName}`];
Which GitHub action are you referring to?
PR for exported solutio
Hi @petrochuk I´m referring the action branch-solution
https://github.com/microsoft/powerplatform-actions/blob/b3ef22180dcfbe2261b0fe1e1b81b66230aba2a4/dist/actions/branch-solution/index.js#L18875
@lsprado
I think you are referring to this: https://github.com/microsoft/powerplatform-actions/blob/b3ef22180dcfbe2261b0fe1e1b81b66230aba2a4/src/actions/branch-solution/index.ts#L82
These actions are open source project. Feel free to submit PR with improvements