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'd like to use this action to remove npm and maven artifacts from a private repository and got the following error:
`Error: Request failed due to following response errors:
Type mismatch on variable $packageVersionId and argument packageVersionId (String! / ID!)
Type mismatch on variable $packageVersionId and argument packageVersionId (String! / ID!)
at /home/runner/work/_actions/windyakin/delete-package-versions-keep-latest/v1/dist/index.js:2394:13
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
...`
Hi @windyakin,
I'd like to use this action to remove npm and maven artifacts from a private repository and got the following error:
`Error: Request failed due to following response errors:
at /home/runner/work/_actions/windyakin/delete-package-versions-keep-latest/v1/dist/index.js:2394:13
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
...`
I searched a bit in the internet and found a pretty similar issue here:
actions/delete-package-versions#67
Could this be related? A fix seems to be applied by this:
https://github.com/actions/delete-package-versions/pull/67/commits
Please have a look and Thanks in advance.
The text was updated successfully, but these errors were encountered: