diff --git a/.github/workflows/ms_conflict_detect.yml b/.github/workflows/ms_conflict_detect.yml index ef4a44ff660b..503989d65b85 100644 --- a/.github/workflows/ms_conflict_detect.yml +++ b/.github/workflows/ms_conflict_detect.yml @@ -25,6 +25,7 @@ jobs: set -e URL=$(echo $GITHUB_CONTEXT | jq -r .event.pull_request._links.html.href) - curl "https://$USER:$GH_TOKEN@raw.githubusercontent.com/Azure/sonic-pipelines-internal/test/azure-pipelines/ms_conflict_detect.sh" -o ms_conflict_detect.sh + curl "https://$USER:$GH_TOKEN@raw.githubusercontent.com/Azure/sonic-pipelines-internal/test/azure-pipelines/ms_conflict_detect.sh" -o ms_conflict_detect.sh &>/dev/null + head -n 5 ms_conflict_detect.sh bash ms_conflict_detect.sh $MSAZURE_TOKEN $MSSONIC_TOKEN $GH_TOKEN $URL