Skip to content

Commit bdcae89

Browse files
committed
tell sheldon about the job state
1 parent 1240067 commit bdcae89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sheldon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161

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

0 commit comments

Comments
 (0)