diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index 5e0ee58587b..eb9e51f8056 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -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