From 86347b7741001bc2dc41f2d04a07ccc0b608b2c4 Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Wed, 17 Feb 2021 08:44:45 +0100 Subject: [PATCH] GH does this for us -- again, sorry guys --- .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..1ef3907d412a 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 --{{ job.status }} --verbose