From 9792be665bbb30dba7b32d4da2cf1bb3583c0fb3 Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Sun, 2 Jan 2022 13:13:32 +0100 Subject: [PATCH] sheldon reindent --- .github/workflows/sheldon.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index fac4b827965..f79ea29b076 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -74,7 +74,8 @@ jobs: if: (failure() || success()) && steps.changed.outputs.style == 'true' run: bundle exec sheldon --token=$GITHUB_TOKEN --${{ job.status }} --verbose - - name: commit in reindented styles + - run: echo ${{ github.repository }} -- ${{ steps.changed.outputs.style }} -- ${{ github.event.user.login }} + - name: commit reindented styles if: github.repository == 'citation-style-language/styles' && steps.changed.outputs.style == 'true' && github.event.user.login == 'retorquere' uses: stefanzweifel/git-auto-commit-action@v4 with: