Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Update peachpath.json #6

Update peachpath.json

Update peachpath.json #6

Workflow file for this run

name: ReadMe Micro
# Run workflow for every push to the `main` branch
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
# Run GitHub Action to sync all OpenAPI files in the repo
- name: GitHub Action
uses: readmeio/readme-micro@v2.4.0
with:
readme-micro: "'**/*.{yaml,yml,json}' --key=${{ secrets.README_MICRO_SECRET }}"