Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fix: invalid state in test.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibz committed May 1, 2020
1 parent 11a17c4 commit b564c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b564c40

Please sign in to comment.