From b564c407ad1f2e24aea81e69acf53ccaa856d28e Mon Sep 17 00:00:00 2001 From: Sibz <12050358+Sibz@users.noreply.github.com> Date: Fri, 1 May 2020 14:40:15 +1000 Subject: [PATCH] fix: invalid state in test.xml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 932f8aa..26b7270 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: context: "Test run failed" description: "Failed test" sha: ${{github.event.pull_request.head.sha || github.sha}} - state: 'failed' + state: 'failure' - name: Test failing action now succeeded uses: ./ with: