File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments