Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action throws a TypeError #30

Open
exil0867 opened this issue Aug 19, 2022 · 2 comments
Open

Action throws a TypeError #30

exil0867 opened this issue Aug 19, 2022 · 2 comments

Comments

@exil0867
Copy link

I am getting the following error:

Error: TypeError: e.request is not a function
      at W.requestGithubApi (/home/runner/work/_actions/jaid/action-sync-node-meta/v2.0.0/build/index.js:6:7918[39](https://github.com/EXILL-SUARL/batch-blur-images/runs/7915332768?check_suite_focus=true#step:3:42))
      at W.applyGithubUpdate (/home/runner/work/_actions/jaid/action-sync-node-meta/v2.0.0/build/index.js:6:793695)
      at /home/runner/work/_actions/jaid/action-sync-node-meta/v2.0.0/build/index.js:6:795432
      at processTicksAndRejections (internal/process/task_queues.js:97:5)
  API endpoint: PUT /repos/:owner/:repo/topics
  API options: owner, repo, names
Error: jaid/action-sync-node-meta threw an Error
Error: Error: Syncing failed
    at /home/runner/work/_actions/jaid/action-sync-node-meta/v2.0.0/build/index.js:6:797172
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Link to the logs: https://github.com/EXILL-SUARL/batch-blur-images/runs/7915332768?check_suite_focus=true#step:3:17

@iloveitaly
Copy link

I'm getting this as well

@iloveitaly
Copy link

Looks like this is the source of the issue:

const result = await octokit.request(endpoint, options)

probably a dependency issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants