Skip to content

Commit e4cbc61

Browse files
🩹 [Patch]: Fix working-directory input for Run Build-PSModule step
1 parent d903474 commit e4cbc61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ runs:
4242
- name: Run Build-PSModule
4343
shell: pwsh
4444
id: build
45+
working-directory: ${{ inputs.WorkingDirectory }}
4546
env:
4647
PSMODULE_BUILD_PSMODULE_INPUT_Name: ${{ inputs.Name }}
4748
run: |

0 commit comments

Comments
 (0)