From ed66781d6bf45cb65c457a82515d4d4c5ff8de74 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Fri, 2 Aug 2024 20:26:10 +0200 Subject: [PATCH] up --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 83ab5a2..a084920 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,9 +17,9 @@ jobs: if: github.event.schedule runs-on: ubuntu-latest steps: - run: | - latest_sha=$(gh api repos/erlang/otp/commits/master --jq '.[0].sha') - echo "Latest SHA: $latest_sha" + - run: | + latest_sha=$(gh api repos/erlang/otp/commits/master --jq '.[0].sha') + echo "Latest SHA: $latest_sha" build: name: "Build OTP macOS ${{ matrix.arch }}"