Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Apr 19, 2024
1 parent 5bf322f commit 5c91dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
const result = await github.request('POST /repos/{owner}/{repo}/check-runs/{check_run_id}', {
const result = await github.request('PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}', {
owner: context.repo.owner,
repo: context.repo.repo,
check_run_id: '${{ steps.check.outputs.result }}'
Expand Down

0 comments on commit 5c91dd1

Please sign in to comment.