-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2024-11-06T18:56:19.723Z | ||
# You can view our full documentation here: https://docs.readme.com/docs/rdme | ||
name: ReadMe GitHub Action 🦉 | ||
|
||
on: | ||
push: | ||
branches: | ||
# This workflow will run every time you push code to the following branch: `main` | ||
# Check out GitHub's docs for more info on configuring this: | ||
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows | ||
- main | ||
|
||
jobs: | ||
rdme-openapi: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repo 📚 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi catalog-items-api-model/catalogItems_2022-04-01.json --key=${{ secrets.README_API_KEY }} --id=672bbbc7847aca00335d8976 | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi fulfillment-inbound-api-model/fulfillmentInbound_2024-03-20.json --key=${{ secrets.README_API_KEY }} --id=672bbde35d2c6300178a79aa | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi feeds-api-model/feeds_2021-06-30.json --key=${{ secrets.README_API_KEY }} --id=672bbc58bccd1cf23f81fdbf | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi vendor-shipments-api-model/vendorShipments.json --key=${{ secrets.README_API_KEY }} --id=672bbe959736d800458d34a1 | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi vendor-invoices-api-model/vendorInvoices.json --key=${{ secrets.README_API_KEY }} --id=672bbe78195b89000fdd5a12 | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi reports-api-model/reports_2021-06-30.json --key=${{ secrets.README_API_KEY }} --id=672bbe4a70bc520012f0807f | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi orders-api-model/ordersV0.json --key=${{ secrets.README_API_KEY }} --id=672bbe2b026480e27a6cd778 | ||
- name: Run `openapi` command 🚀 | ||
uses: readmeio/rdme@v8 | ||
with: | ||
rdme: openapi listings-items-api-model/listingsItems_2021-08-01.json --key=${{ secrets.README_API_KEY }} --id=672bbe0cd03b2700626433b0 |