Skip to content

Commit 54dcc5a

Browse files
committed
add escape
1 parent fe064e5 commit 54dcc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu-base-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
}
5858
else
5959
{
60-
$workingDirectory = ${{ inputs.working_directory }}
60+
$workingDirectory = "${{ inputs.working_directory }}"
6161
}
6262
6363
.\Run-Docker.ps1 `

0 commit comments

Comments
 (0)