Add environment variable NAME to docker-compose.yml
This commit is contained in:
@ -18,7 +18,7 @@ const Posts: CollectionConfig = {
|
||||
try {
|
||||
console.log(
|
||||
await fetch(
|
||||
`https://api.github.com/repos/mooxl/${process.env.name}/dispatches`,
|
||||
`https://api.github.com/repos/mooxl/${process.env.NAME}/dispatches`,
|
||||
{
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
Reference in New Issue
Block a user