mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +00:00
Update Readme to point the users of the deprecated API to version 0.0.3
Remove feature flags header as it will not be needed after API is released.
This commit is contained in:
@@ -86,8 +86,7 @@ export async function addToProject(): Promise<void> {
|
||||
}`,
|
||||
{
|
||||
ownerName,
|
||||
projectNumber,
|
||||
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
|
||||
projectNumber
|
||||
}
|
||||
)
|
||||
|
||||
@@ -110,8 +109,7 @@ export async function addToProject(): Promise<void> {
|
||||
input: {
|
||||
projectId,
|
||||
contentId
|
||||
},
|
||||
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user