We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a0230 commit a7e9923Copy full SHA for a7e9923
1 file changed
action.yml
@@ -36,10 +36,4 @@ runs:
36
steps:
37
- name: Create PowerShell Module
38
shell: pwsh
39
- run: ./createpowershellmodule.ps1
40
- with:
41
- ModuleName: ${{ inputs.ModuleName }}
42
- Source: ${{ inputs.Source }}
43
- Output: ${{ inputs.Output }}
44
- Imports: ${{ inputs.Imports }}
45
- Debug: ${{ inputs.Debug }}
+ run: ./createpowershellmodule.ps1 -ModuleName '${{ inputs.ModuleName }}' -Source '${{ inputs.Source }}' -Output '${{ inputs.Output }}' -Imports '${{ inputs.Imports }}' -Debug '${{ inputs.Debug }}'
0 commit comments