We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You should be able to do this and have it push the spec files:
BASE_URL=http://localhost:3000 npx @readme/[email protected] './*{yaml,yml,json}' --key=xxx
Right now the server returns with an error:
data: { name: 'TypeError', message: "Cannot read property 'repository' of undefined" }
Which is to be expected, because getContext() doesnt return with anything when in a non-CI environment:
readme-micro/lib/context.js
Lines 78 to 79 in 5b596c7
We could probably build a context from local? Grab the repo name from git origins?
The text was updated successfully, but these errors were encountered:
ci.isCI === false
ci.name
ci.constant
suggestions
normalize-package-data
package.json
repository
nektos/act
Sorry, something went wrong.
No branches or pull requests
You should be able to do this and have it push the spec files:
Right now the server returns with an error:
Which is to be expected, because getContext() doesnt return with anything when in a non-CI environment:
readme-micro/lib/context.js
Lines 78 to 79 in 5b596c7
We could probably build a context from local? Grab the repo name from git origins?
The text was updated successfully, but these errors were encountered: