From 12ae0b18c24b77945976a280f0f07dc30876217e Mon Sep 17 00:00:00 2001 From: rmzelle Date: Tue, 16 Feb 2021 23:18:35 -0500 Subject: [PATCH] Revert "tell sheldon about the job state" This reverts commit bdcae896b6067303a75ad5ef80e70911a2c58616. --- .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 eb9e51f80567..5e0ee58587bd 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 --${{ (success() && 'success') || 'failure' }} --verbose + run: bundle exec sheldon --token=$GITHUB_TOKEN --report --verbose