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.
1 parent 272a055 commit c6192a4Copy full SHA for c6192a4
GitGitGadget/index.js
@@ -33,7 +33,7 @@ module.exports = async (context, req) => {
33
* `dscho/git` one thrown in for debugging purposes).
34
*/
35
const orgs = ['cygwingitgadget']
36
- const a = [context, undefined, 'cygwingitgadget-workflows', 'gitgitgadget-workflows']
+ const a = [context, undefined, 'cygwingitgadget', 'gitgitgadget-workflows']
37
38
const eventType = context.req.headers['x-github-event'];
39
context.log(`Got eventType: ${eventType}`);
0 commit comments