Skip to content

Commit

Permalink
fixup! workflows/eval: provide rebuild counts as check run instead of…
Browse files Browse the repository at this point in the history
… commit status
  • Loading branch information
wolfgangwalther committed Jan 21, 2025
1 parent 771321b commit 68cca31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,16 @@ jobs:
if: ${{ github.event_name == 'pull_request_target' }}
uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
with:
token: ${{ steps.app-token.outputs.token }}
token: ${{ github.token }}
# ${{ steps.app-token.outputs.token }}
sha: ${{ github.event.pull_request.head.sha }}
name: Eval Summary
conclusion: neutral
output: |
{
"title": "${{ steps.summary.outputs.title }}",
"summary": ""
}
details_url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}?pr=${{ github.event.number }}"

- name: Requesting maintainer reviews
Expand Down

0 comments on commit 68cca31

Please sign in to comment.