Merge pull request #1812 from folio-org/FOLIO-873-improve-docs-299 #145
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
name: list-repos-api | |
# When there is a change to _data/repos.json file | |
# then list the repos that are API-related. | |
on: | |
push: | |
branches: [ master ] | |
paths: | |
- '_data/repos.json' | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Extract repo names | |
run: .github/workflows/list-repos-api.sh |