Skip to content

Commit

Permalink
Update elastic-agent-project-board.yml (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored Jul 4, 2022
1 parent acc91fc commit f8ca007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elastic-agent-project-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
headers: '{"GraphQL-Features": "projects_next_graphql"}'
query: |
mutation add_to_project($projectid:String!,$contentid:String!) {
mutation add_to_project($projectid:[ID!]!,$contentid:ID!) {
updateIssue(input: {id:$contentid, projectIds:$projectid}) {
clientMutationId
}
Expand Down

0 comments on commit f8ca007

Please sign in to comment.