From 8d0922f5cb310376c376469fd962a0b7494be11a Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 25 Aug 2019 15:25:36 -0400 Subject: [PATCH] indent --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ae7a1c..58c8f76 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ jobs: run: echo ${{ github.sha }} > Release.txt - name: Release uses: docker://softprops/action-gh-release - if: ${{ startsWith(github.ref, 'refs/tags/') }} - with: - files: Release.txt + if: ${{ startsWith(github.ref, 'refs/tags/') }} + with: + files: Release.txt env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```