Skip to content

Commit

Permalink
Use GitHub hook url as custom resource physical id
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Jul 19, 2016
1 parent cfc2e85 commit 536b2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formation.json
Expand Up @@ -226,7 +226,7 @@
" res.on('end', () => {",
" console.log(`GitHub Status: ${res.statusCode} ${res.statusMessage} ; Body:\\n ${body}`);",
" if (res.statusCode === 201) {",
" response.send(event, context, response.SUCCESS, { Value: body });",
" response.send(event, context, response.SUCCESS, { Value: body }, JSON.parse(body).url);",
" } else {",
" response.send(event, context, response.FAILED);",
" };",
Expand Down

0 comments on commit 536b2fa

Please sign in to comment.