diff --git a/.github/workflows/assets_validation.yml b/.github/workflows/assets_validation.yml index 22ffe138575..2e9a8d7706d 100644 --- a/.github/workflows/assets_validation.yml +++ b/.github/workflows/assets_validation.yml @@ -25,7 +25,8 @@ jobs: if ($changes) { - Write-Output "Please make sure to build the assets properly before pushing. The following files changed:" + Write-Output 'Please make sure to build the assets properly before pushing, see https://docs.orchardcore.net/en/latest/docs/guides/gulp-pipeline/.' + Write-Output 'The following files changed:' Write-Output $changes exit -1 }