rdme openapi command succeeds locally, fails as github action with invalid version error #838
Labels
API
Underlying issue is with the ReadMe API and not necessarily the `rdme` client itself
command:openapi
Issues pertaining to the `openapi`, `validate`, `reduce`, or `swagger` commands
question
Further information is requested
I'm trying to use Github Actions to sync an OpenAPI spec. The rdme command I'm using is in the format:
rdme openapi <path_to_file> --key=<key> --id=<api_definition_id>
Locally, the command works as expected, but when I run the same command via Actions, I get the following output:
As indicated by the output, I'm specifying the same version as the one used by my readme project, so I'm not sure why this error is occurring.
The text was updated successfully, but these errors were encountered: