gm3dmo/the-power

tiny-app-create-check-run.sh actually creates a commit status, not a check run

Closed this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. tiny-app-create-check-run.sh
  2. a commit status gets created

Expected behavior
It should create a check run

Screenshots
N/A

Desktop (please complete the following information):

  • OS: MacOS Sonoma 14.6.1
  • Browser: N/A
  • Version: N/A

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
N/A

The script isn't use by anything else:

grep: __pycache__: Is a directory
grep: docs: Is a directory
grep: extras: Is a directory
grep: hurl-tests: Is a directory
grep: make-n-commits: Is a directory
grep: src: Is a directory
grep: test-data: Is a directory
grep: tests: Is a directory
grep: tmp: Is a directory

The script tiny-create-check-run.sh is the correct one.

I'm going to remove tiny-app-create-check-run.sh to solve this.