diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1f23d421f..602548d78 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -65,5 +65,5 @@ jobs: if ($gitStatus) { throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" + - [System.String]::Join([System.Environment]::NewLine, (git status --porcelain))) + [System.String]::Join([System.Environment]::NewLine, $gitStatus)) }