Skip to content

Commit 9249490

Browse files
committed
sheldon reindent
1 parent 9792be6 commit 9249490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sheldon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
if: (failure() || success()) && steps.changed.outputs.style == 'true'
7575
run: bundle exec sheldon --token=$GITHUB_TOKEN --${{ job.status }} --verbose
7676

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

0 commit comments

Comments
 (0)