Test neutral check #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Neutral Status | |
on: push | |
jobs: | |
neutral-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Neutral Check | |
uses: LouisBrunner/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
name: "Manual Neutral Test" | |
conclusion: neutral | |
output: | | |
{"summary":"This is a test check with neutral conclusion"} |