Skip to content

Commit

Permalink
fix context and target url
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Aug 30, 2023
1 parent b89987f commit 3fcda51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/glmakie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
repo: context.repo.repo,
sha: "${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}",
state: process.env.n_missing_refimages === '0' ? 'success' : 'failure',
target_url: 'https://example.com/build/status',
target_url: null,
description: process.env.n_missing_refimages + " missing refimages",
context: 'Reference Tests',
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
Expand Down

0 comments on commit 3fcda51

Please sign in to comment.