We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe064e5 commit 54dcc5aCopy full SHA for 54dcc5a
.github/workflows/build-ubuntu-base-docker.yaml
@@ -57,7 +57,7 @@ jobs:
57
}
58
else
59
{
60
- $workingDirectory = ${{ inputs.working_directory }}
+ $workingDirectory = "${{ inputs.working_directory }}"
61
62
63
.\Run-Docker.ps1 `
0 commit comments