Skip to content

Commit

Permalink
fix(deps): bump probot from 11.4.1 to 12.0.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gregor Martynus <[email protected]>
  • Loading branch information
dependabot[bot] and gr2m authored Jun 25, 2021
1 parent 06a5b90 commit 57c82d6
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 139 deletions.
2 changes: 1 addition & 1 deletion azure-function.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function azureFunction(probot, context, req) {
req.headers["x-hub-signature-256"] ||
req.headers["X-Hub-Signature"] ||
req.headers["x-hub-signature"],
payload: req.body,
payload: req.rawBody,
});

context.res = {
Expand Down
Loading

0 comments on commit 57c82d6

Please sign in to comment.