diff --git a/.github/workflows/test-status.yaml b/.github/workflows/test-status.yaml new file mode 100644 index 0000000..103f27e --- /dev/null +++ b/.github/workflows/test-status.yaml @@ -0,0 +1,15 @@ +name: Create Neutral Status +on: push + +jobs: + neutral-check: + runs-on: ubuntu-latest + steps: + - name: Create Neutral Check + uses: LouisBrunner/checks-action@v2.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + name: "Manual Neutral Test" + conclusion: neutral + output: | + {"summary":"This is a test check with neutral conclusion"}