From d24ba4c47e48bae93953ac76e626a75ee085e38a Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Mon, 25 Mar 2024 21:21:12 +0800 Subject: [PATCH] a --- .github/workflows/testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 610e9d0d..27087903 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -15,5 +15,5 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - using: "docker" - image: "ghcr.io/microsoftgraph/msgraph-cli:latest" + - uses: docker://ghcr.io/microsoftgraph/msgraph-cli:latest + run: mgc --version