From 95f61690f728d67738cbbd93c7474b8042c8ff57 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 27 Sep 2024 00:35:16 +0100 Subject: [PATCH] importer-msgraph-metadata: fix invalid make target --- .github/workflows/automation-msgraph-metadata-importer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-msgraph-metadata-importer.yaml b/.github/workflows/automation-msgraph-metadata-importer.yaml index 6a7bb38e658..6f059ead0c5 100644 --- a/.github/workflows/automation-msgraph-metadata-importer.yaml +++ b/.github/workflows/automation-msgraph-metadata-importer.yaml @@ -36,7 +36,7 @@ jobs: cd ./tools/importer-msgraph-metadata make tools make build - make import-all-clean + make import env: PANDORA_LOG: WARN