From d41b94d12d1a627002f153d3f5d6f3b146a2b55d Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 31 Jul 2022 04:41:19 +0000 Subject: [PATCH] CI: make indentation in tarball.yml consistent --- .github/workflows/tarball.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index d8c5fac636..f7f625e3b4 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -45,5 +45,5 @@ jobs: - name: upload tarball uses: softprops/action-gh-release@v1 with: - files: ${{ steps.archive.outputs.tarball }} - token: ${{ secrets.GITHUB_TOKEN }} + files: ${{ steps.archive.outputs.tarball }} + token: ${{ secrets.GITHUB_TOKEN }}