Skip to content

Commit

Permalink
Update readme-micro.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkumarpatel authored Jun 25, 2024
1 parent 998e77d commit ad98b6b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/readme-micro.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: ReadMe Microservices
name: ReadMe Micro

# Run workflow for every push to the `main` branch
on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]
jobs:
sync:
runs-on: ubuntu-latest
Expand All @@ -14,6 +15,8 @@ jobs:

# Run GitHub Action to sync all OpenAPI files in the repo
- name: GitHub Action
uses: gkoberger/readme-micro@main
uses: readmeio/readme-micro@v2
env:
BASE_URL: ${{ vars.BASE_URL }}
with:
readme-micro: "'**/*.{yaml,yml,json}' --key=${{ secrets.README_MICRO_SECRET }}"
readme-micro: "'**/*.{yaml,yml,json}' --key=${{ secrets.README_MICRO_SECRET }}"

0 comments on commit ad98b6b

Please sign in to comment.