Skip to content

Commit 6c410f2

Browse files
committed
fix: correct syntax for openapi upload command in GitHub Actions workflow
1 parent 5b8529e commit 6c410f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rdme-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Run `openapi` command 🚀
2424
uses: readmeio/rdme@v10
2525
with:
26-
rdme: openapi upload--key=${{ secrets.README_API_KEY }} --branch=v2.3.0 --slug=conekta-api _build/api.yaml
26+
rdme: openapi upload --key=${{ secrets.README_API_KEY }} --branch=v2.3.0 --slug=conekta-api _build/api.yaml

0 commit comments

Comments
 (0)