From e53a9ce39ef59bcd65e7734a25c1628b47508ea3 Mon Sep 17 00:00:00 2001 From: "jijo.pulikkottil" Date: Wed, 24 Jul 2024 18:13:35 +0530 Subject: [PATCH] yaml script format fix --- .github/workflows/Deploying.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploying.yml b/.github/workflows/Deploying.yml index ac322e6..2629b1f 100644 --- a/.github/workflows/Deploying.yml +++ b/.github/workflows/Deploying.yml @@ -12,8 +12,8 @@ jobs: runs-on: macOS-latest steps: - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest-stable + with: + xcode-version: latest-stable - name: Checkout repository uses: actions/checkout@v2 with: