Fixing misplacement of headers
This commit is contained in:
+3
-3
@@ -110,9 +110,9 @@ function addToProject() {
|
||||
}`, {
|
||||
input: {
|
||||
projectId,
|
||||
contentId,
|
||||
headers: { 'GraphQL-Features': 'memex_graphql_projectv2' }
|
||||
}
|
||||
contentId
|
||||
},
|
||||
headers: { 'GraphQL-Features': 'memex_graphql_projectv2' }
|
||||
});
|
||||
core.setOutput('itemId', addResp.addProjectV2ItemById.projectItem.id);
|
||||
});
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user