Skip to content

Merge pull request #1442 from folio-org/ongoing-config-apidocs #104

Merge pull request #1442 from folio-org/ongoing-config-apidocs

Merge pull request #1442 from folio-org/ongoing-config-apidocs #104

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@v3
- name: Extract repo names
run: .github/workflows/list-repos-api.sh