From bdcae896b6067303a75ad5ef80e70911a2c58616 Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Mon, 15 Feb 2021 15:43:24 +0100 Subject: [PATCH] tell sheldon about the job state --- .github/workflows/sheldon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index 5e0ee58587bd..eb9e51f80567 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