Closed pavithraes closed 3 months ago
This pull request adds the complete file path to the openapi.json file generate_api_docs.yaml GitHub Action.
openapi.json
generate_api_docs.yaml
This path is used in a git add in the action. The incomplete path results in Error: Error: fatal: pathspec 'openapi.json' did not match any files
git add
Error: Error: fatal: pathspec 'openapi.json' did not match any files
Thanks for surfacing the issue, @trallard!
xref: #782
I don't think there is a quick way to test this, besides testing on a fork.
Description
This pull request adds the complete file path to the
openapi.json
filegenerate_api_docs.yaml
GitHub Action.This path is used in a
git add
in the action. The incomplete path results inError: Error: fatal: pathspec 'openapi.json' did not match any files
Thanks for surfacing the issue, @trallard!
Pull request checklist
Additional information
xref: #782
How to test
I don't think there is a quick way to test this, besides testing on a fork.