Fix github API endpoint in Posts.ts

This commit is contained in:
Max Schmidt 2023-06-07 12:21:03 +02:00
parent 1acdb2a58e
commit 9e94b582d8

View File

@ -18,7 +18,7 @@ const Posts: CollectionConfig = {
try {
console.log(
await fetch(
"https://api.github.com/repos/mooxl/astroad/dispatches",
`https://api.github.com/repos/mooxl/${process.env.name}/dispatches`,
{
method: "POST",
headers: {