Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create Check Run

on:
push:
pull_request:
branches:
- main

Expand Down Expand Up @@ -33,9 +33,9 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
name: "Example Check Run",
head_sha: context.sha,
head_sha: '${{ github.event.pull_request.head.sha }}',
status: "completed",
conclusion: "neutral",
conclusion: "failure",
output: {
title: "Example Check Run Output",
summary: "This is the summary of the check.",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# test-auto-versioning

Check warning on line 1 in README.md

View workflow job for this annotation

GitHub Actions / Example Check Run

Example Annotation

This is a check example message

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fordpatsakorn_test-ci&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fordpatsakorn_test-ci)
test
Loading