diff --git a/sample-workflows/release-solution-to-prod.yml b/sample-workflows/release-solution-to-prod.yml index 3a93d88..98b4fe3 100644 --- a/sample-workflows/release-solution-to-prod.yml +++ b/sample-workflows/release-solution-to-prod.yml @@ -30,6 +30,29 @@ on: default: out/release release: types: [created] + inputs: + # Change this value + solution_name: + description: 'name of the solution to worked on from Power Platform' + required: true + default: ALMLab + #Do Not change these values + solution_shipping_folder: + description: 'folder name for staging the exported solution *do not change*' + required: true + default: out/ship/ + solution_outbound_folder: + description: 'staging the unpacked solution folder before check-in *do not change*' + required: true + default: out/solutions/ + solution_source_folder: + description: 'folder name to be created and checked in *do not change*' + required: true + default: solutions/ + solution_release_folder: + description: 'folder where the released binaries are going to be hosted *do not change*' + required: true + default: out/release env: #edit your values here