From 951da7b4325258e5027382c72d4ed16931a516cb Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Fri, 28 Jan 2022 13:09:26 +0100 Subject: [PATCH] Clean up --- .github/workflows/pr-analytics.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-analytics.yml b/.github/workflows/pr-analytics.yml index e34616d4d86..e942cce504a 100644 --- a/.github/workflows/pr-analytics.yml +++ b/.github/workflows/pr-analytics.yml @@ -26,5 +26,4 @@ jobs: cd integration-tests/tests tmpfile=$(mktemp) node ../../scripts/submit-analytics.js --test > $tmpfile - cat $tmpfile cat $tmpfile | grep ^payload | cut -f2- -d' ' | jq '.webHook.properties' | jq 'keys' | jq 'join(",")' | grep -c 'Anonymized Application ID,Anonymized Machine Identifier,Binding,Framework,Framework Version,Host OS Type,Host OS Version,JS Analytics Version,JavaScript Engine,Language,Node.js version,Version,distinct_id,token' \ No newline at end of file