Skip to content

Commit d0855d2

Browse files
🩹 [Refactor]: Remove unused WorkingDirectory input from workflow configuration
1 parent 1a01fda commit d0855d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎.github/workflows/workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ jobs:
200200
Prerelease: ${{ inputs.Prerelease }}
201201
Verbose: ${{ inputs.Verbose }}
202202
Version: ${{ inputs.Version }}
203-
WorkingDirectory: ${{ inputs.WorkingDirectory }}
204203
Script: |
205204
$repository = $env:GITHUB_REPOSITORY
206205
$runId = $env:GITHUB_RUN_ID

0 commit comments

Comments
 (0)