Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation is out of sync #272

Open
SamVanhoutte opened this issue Feb 10, 2022 · 0 comments
Open

Documentation is out of sync #272

SamVanhoutte opened this issue Feb 10, 2022 · 0 comments

Comments

@SamVanhoutte
Copy link

Hello,

I am really interested in this action, as it seems to promise exactly what I need... Importing a swagger into Azure APIM.
However, wanted to raise that the documentation is out of sync.

The docs (and also on the Github marketplace) are having this snippet:

- name: Update Azure API Management
  uses: solidify/github-action-update-azapim@master
  with:
    swaggerPath: 'URL/path to Swagger'
    apiManager: ${{ secrets.API_MANAGER_URL }}
    creds: ${{ secrets.AZURE_CREDENTIALS }}

However, it seems I had to change it to the following

  • name: Update Azure API Management
    uses: solidify/github-action-update-azapim@master
    with:
    swaggerUrl: 'URL/path to Swagger'
    apiManagementEndpointUrl: ${{ secrets.API_MANAGER_URL }}
    creds: ${{ secrets.AZURE_CREDENTIALS }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant