Skip to content

Commit

Permalink
fix(): fix #27 metrics not returning correct data; move cached/uncach…
Browse files Browse the repository at this point in the history
…ed metrics calls into better place (use case); update docs to correct repo format; update to Node 20; update dependencies; adjust memory and stage in serverless config
  • Loading branch information
mikaelvesavuori committed Nov 20, 2023
1 parent d4eca99 commit 696f59b
Show file tree
Hide file tree
Showing 6 changed files with 3,697 additions and 3,401 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ All of the below demonstrates "directly calling" the API; since webhook events f
```json
{
"eventType": "change",
"repo": "demo"
"repo": "myorg/myrepo"
}
```

Expand All @@ -408,7 +408,7 @@ All of the below demonstrates "directly calling" the API; since webhook events f
```json
{
"eventType": "deployment",
"repo": "demo",
"repo": "myorg/myrepo",
"changeSha": "356a192b7913b04c54574d18c28d46e6395428ab"
}
```
Expand All @@ -426,7 +426,7 @@ All of the below demonstrates "directly calling" the API; since webhook events f
```json
{
"eventType": "incident",
"repo": "demo"
"repo": "myorg/myrepo"
}
```

Expand Down
Loading

0 comments on commit 696f59b

Please sign in to comment.