diff --git a/.github/workflows/pr-go-workspace-check.yml b/.github/workflows/pr-go-workspace-check.yml index 5e826221a33..78a2e761ebc 100644 --- a/.github/workflows/pr-go-workspace-check.yml +++ b/.github/workflows/pr-go-workspace-check.yml @@ -123,7 +123,7 @@ jobs: echo "No changes in generated Go files" else if [[ "${{ github.event.pull_request.head.repo.fork }}" == "false" ]]; then - echo "> !!! Please link Enterprise and run 'make gen-go', then commit the changes to both repositories." + echo "> !!! Please synchronize the grafana OSS and grafana enterprise code bases as defined in the enterprise readme, then run 'make gen-go' in the OSS folder and commit the changes to both repositories." else echo "> !!! Please run 'make gen-go' and commit the changes." fi