Skip to content

Commit 03a7fe5

Browse files
authored
Update action.yml
1 parent 376401c commit 03a7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
gh api graphql -f query='
5151
mutation($project:ID!, $id:ID!) {
5252
addProjectV2ItemById(input: {projectId: $project, contentId: $id}) {
53-
projectV2Item {
53+
item {
5454
id
5555
}
5656
}

0 commit comments

Comments
 (0)