You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure why it keeps getting this error - I have been trying to debug it for ages, any help is appreciated!
Run actions/[email protected]
##[debug]Issue/PR owner: aim-rsf
##[debug]Project URL: https://github.com/orgs/aim-rsf/projects/9
##[debug]Project owner: aim-rsf
##[debug]Project number: 9
##[debug]Project owner type: orgs
##[debug]Project node ID: PVT_kwDOBlYxfM4AEvO5
##[debug]Content ID: undefined
Creating project item
Error: Request failed due to following response errors:
- Variable $input of type AddProjectV2ItemByIdInput! was provided invalid value for contentId (Expected value to not be null)
The URL is correct but is it because the project is private?
The text was updated successfully, but these errors were encountered:
BatoolMM
changed the title
- Variable $input of type AddProjectV2ItemByIdInput
Variable $input of type AddProjectV2ItemByIdInput not provided!
Mar 25, 2023
@BatoolMM, I was running into the same issue and it was because I was using the wrong trigger for the action when testing it (I was using a workflow dispatch to trigger the run, but it needs to be an issues or pull_request). What trigger were you using?
You might also want to try the latest version: 0.5.0 and make sure it's the new type of projects board you're trying to add it too, not GitHub projects (classic):
Use this action to automatically add the current issue or pull request to a GitHub project. Note that this action does not support GitHub projects (classic).
I am trying to automate adding an issues to Projects using GHA
I am not sure why it keeps getting this error - I have been trying to debug it for ages, any help is appreciated!
The URL is correct but is it because the project is private?
The text was updated successfully, but these errors were encountered: