@@ -17,10 +17,20 @@ jobs:
1717 - name : Check out repo 📚
1818 uses : actions/checkout@v3
1919
20- - name : Run `guides` command 🚀
20+ - name : Run `guides` command for version 0 🚀
2121 uses : readmeio/rdme@v8
2222 with :
23- rdme : guides . --key=${{ secrets.README_API_KEY }} --version=0
23+ rdme : guides ./v0 --key=${{ secrets.README_API_KEY }} --version=0
24+
25+ - name : Run `guides` command for version 0.1 🚀
26+ uses : readmeio/rdme@v8
27+ with :
28+ rdme : guides ./v0.1 --key=${{ secrets.README_API_KEY }} --version=0.1
29+
30+ - name : Run `guides` command for version 0.8 🚀
31+ uses : readmeio/rdme@v8
32+ with :
33+ rdme : guides ./v0.8 --key=${{ secrets.README_API_KEY }} --version=0.8
2434
2535 rdme-openapi :
2636 runs-on : ubuntu-latest
@@ -31,54 +41,54 @@ jobs:
3141 - name : Run `openapi` command 🚀
3242 uses : readmeio/rdme@v8
3343 with :
34- rdme : openapi callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb4bec17eb0025ecfd8a
44+ rdme : openapi ./v0/ callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb4bec17eb0025ecfd8a
3545
3646 - name : Run `openapi` command 🚀
3747 uses : readmeio/rdme@v8
3848 with :
39- rdme : openapi callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680ac21fcc0c4b0077132dd2
49+ rdme : openapi ./v0/ callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680ac21fcc0c4b0077132dd2
4050
4151 - name : Run `openapi` command 🚀
4252 uses : readmeio/rdme@v8
4353 with :
44- rdme : openapi catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb7b7f2931002a8b048a
54+ rdme : openapi ./v0/ catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb7b7f2931002a8b048a
4555
4656 - name : Run `openapi` command 🚀
4757 uses : readmeio/rdme@v8
4858 with :
49- rdme : openapi catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb9be979f2003091ef2c
59+ rdme : openapi ./v0/ catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb9be979f2003091ef2c
5060
5161 - name : Run `openapi` command 🚀
5262 uses : readmeio/rdme@v8
5363 with :
54- rdme : openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbb167e5c600307ef2e3
64+ rdme : openapi ./v0/ catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbb167e5c600307ef2e3
5565
5666 - name : Run `openapi` command 🚀
5767 uses : readmeio/rdme@v8
5868 with :
59- rdme : openapi catalog/knowyourcustomer/kyc_match_01_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680b45d5ffafb6005dcecfa3
69+ rdme : openapi ./v0/ catalog/knowyourcustomer/kyc_match_01_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680b45d5ffafb6005dcecfa3
6070
6171 - name : Run `openapi` command 🚀
6272 uses : readmeio/rdme@v8
6373 with :
64- rdme : openapi catalog/qod/qod_08_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbcdaf35e8000f93a6d9
74+ rdme : openapi ./v0/ catalog/qod/qod_08_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbcdaf35e8000f93a6d9
6575
6676 - name : Run `openapi` command 🚀
6777 uses : readmeio/rdme@v8
6878 with :
69- rdme : openapi catalog/qod/qod_010_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc0098f80500388c2d84
79+ rdme : openapi ./v0/ catalog/qod/qod_010_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc0098f80500388c2d84
7080
7181 - name : Run `openapi` command 🚀
7282 uses : readmeio/rdme@v8
7383 with :
74- rdme : openapi catalog/devicelocation/devicelocation_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc148a1ded0062eb0274
84+ rdme : openapi ./v0/ catalog/devicelocation/devicelocation_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc148a1ded0062eb0274
7585
7686 - name : Run `openapi` command 🚀
7787 uses : readmeio/rdme@v8
7888 with :
79- rdme : openapi catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc29cc0c4b0077132d26
89+ rdme : openapi ./v0/ catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc29cc0c4b0077132d26
8090
8191 - name : Run `openapi` command 🚀
8292 uses : readmeio/rdme@v8
8393 with :
84- rdme : openapi catalog/deviceswap/deviceswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc42e979f2003091ef61
94+ rdme : openapi ./v0/ catalog/deviceswap/deviceswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc42e979f2003091ef61
0 commit comments