From e94388d33a12d67e338f28a0e91b84974b86e625 Mon Sep 17 00:00:00 2001 From: nukeop Date: Wed, 9 Feb 2022 00:37:44 +0100 Subject: [PATCH] Fix formatting --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fc1ba237c..eab8311916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,9 @@ jobs: steps: - uses: actions/checkout@master - uses: benjlevesque/short-sha@v1.2 - id: short-sha - with: - length: 6 + id: short-sha + with: + length: 6 - name: Use Node.js 12.x uses: actions/setup-node@v2 with: @@ -55,9 +55,9 @@ jobs: steps: - uses: actions/checkout@master - uses: benjlevesque/short-sha@v1.2 - id: short-sha - with: - length: 6 + id: short-sha + with: + length: 6 - name: Use Node.js 12.x uses: actions/setup-node@v2 with: @@ -88,9 +88,9 @@ jobs: steps: - uses: actions/checkout@master - uses: benjlevesque/short-sha@v1.2 - id: short-sha - with: - length: 6 + id: short-sha + with: + length: 6 - name: Use Node.js 12.x uses: actions/setup-node@v2 with: