Fixing misplacement of headers

This commit is contained in:
Lukasz Warchol
2022-05-20 12:48:37 +00:00
committed by GitHub
parent 58dc7efeb3
commit 1664cea4b1
3 changed files with 7 additions and 7 deletions

6
dist/index.js generated vendored
View File

@@ -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);
});

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long