Skip to content

Commit

Permalink
Add list runs logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings committed Jun 15, 2024
1 parent 3e55c4a commit 1ea7285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ jobs:
uses: actions/github-script@v7
with:
script: |
let names = ["Run GNU findutils tests", "Run BFS tests"];
let names = ['Run GNU findutils tests', 'Run BFS tests'];
let runs = github.rest.checks.listForRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: ${{ github.sha }},
ref: '${{ github.sha }}',
});
let annotations = {data: []};
Expand Down

0 comments on commit 1ea7285

Please sign in to comment.