Skip to content

Commit

Permalink
tell sheldon about the job state
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Feb 15, 2021
1 parent 1240067 commit bdcae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:

- name: report
if: (failure() || success()) && steps.changed.outputs.style == 'true'
run: bundle exec sheldon --token=$GITHUB_TOKEN --report --verbose
run: bundle exec sheldon --token=$GITHUB_TOKEN --${{ (success() && 'success') || 'failure' }} --verbose

0 comments on commit bdcae89

Please sign in to comment.