From f7d5b40667f96b07ad54bd930780139f73cc7323 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Sun, 12 Jan 2025 09:23:49 +0100 Subject: [PATCH] Update promptflow-global-config-test.yml for consistent spacing --- .github/workflows/promptflow-global-config-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/promptflow-global-config-test.yml b/.github/workflows/promptflow-global-config-test.yml index ec3015dd024..03eed7283de 100644 --- a/.github/workflows/promptflow-global-config-test.yml +++ b/.github/workflows/promptflow-global-config-test.yml @@ -84,9 +84,9 @@ jobs: - name: Azure Login uses: azure/login@v1 with: - subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}} - tenant-id: ${{secrets.AZURE_TENANT_ID}} - client-id: ${{secrets.AZURE_CLIENT_ID}} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + tenant-id: ${{ secrets.AZURE_TENANT_ID }} + client-id: ${{ secrets.AZURE_CLIENT_ID }} - name: Install Azure Login items working-directory: ${{ env.WORKING_DIRECTORY }} run: |