From 7edb0957cca41b584428fbaef291565067e96bbf Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:51:42 +0000 Subject: [PATCH] Fix indentation --- .github/workflows/releases.yml | 14 +++++++------- .github/workflows/tag-test.yml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index c87bc86c..714bf6ee 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -92,13 +92,13 @@ jobs: - name: Create tag uses: actions/github-script@v6 with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'refs/tags/${{ needs.test.outputs.tag }}', - sha: '${{ needs.test.outputs.sha }}' - }) + script: | + github.rest.git.createRef({ + owner: context.repo.owner, + repo: context.repo.repo, + ref: 'refs/tags/${{ needs.test.outputs.tag }}', + sha: '${{ needs.test.outputs.sha }}' + }) - name: notify slack on failure if: failure() run: | diff --git a/.github/workflows/tag-test.yml b/.github/workflows/tag-test.yml index 5fde93d4..6bef89c7 100644 --- a/.github/workflows/tag-test.yml +++ b/.github/workflows/tag-test.yml @@ -30,13 +30,13 @@ jobs: - name: Create tag uses: actions/github-script@v6 with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'refs/tags/${{ needs.test.outputs.tag }}', - sha: '${{ needs.test.outputs.sha }}' - }) + script: | + github.rest.git.createRef({ + owner: context.repo.owner, + repo: context.repo.repo, + ref: 'refs/tags/${{ needs.test.outputs.tag }}', + sha: '${{ needs.test.outputs.sha }}' + }) # - name: notify slack on failure # if: failure() # run: |