Skip to content

Commit

Permalink
sheldon reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 2, 2022
1 parent 9792be6 commit 9249490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
if: (failure() || success()) && steps.changed.outputs.style == 'true'
run: bundle exec sheldon --token=$GITHUB_TOKEN --${{ job.status }} --verbose

- run: echo ${{ github.repository }} -- ${{ steps.changed.outputs.style }} -- ${{ github.event.user.login }}
- run: echo ${{ github.repository }} -- ${{ steps.changed.outputs.style }} -- ${{ github.actor }}
- name: commit reindented styles
if: github.repository == 'citation-style-language/styles' && steps.changed.outputs.style == 'true' && github.event.user.login == 'retorquere'
if: github.repository == 'citation-style-language/styles' && steps.changed.outputs.style == 'true' && github.actor == 'retorquere'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Re-indent CSL styles
Expand Down

0 comments on commit 9249490

Please sign in to comment.