We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app
1 parent 7dc3f8b commit 67c366eCopy full SHA for 67c366e
GitForWindowsHelper/index.js
@@ -66,7 +66,7 @@ module.exports = async function (context, req) {
66
try {
67
const { cascadingRuns, handlePush } = require('./cascading-runs.js')
68
if (req.headers['x-github-event'] === 'check_run'
69
- && req.body.app?.slug === 'gitforwindowshelper'
+ && req.body.check_run?.app?.slug === 'gitforwindowshelper'
70
&& req.body.repository.full_name === 'git-for-windows/git'
71
&& req.body.action === 'completed') return ok(await cascadingRuns(context, req))
72
0 commit comments