Skip to content

chore(deps): bump guzzlehttp/guzzle from 7.7.0 to 7.8.0 in /packages/… #346

chore(deps): bump guzzlehttp/guzzle from 7.7.0 to 7.8.0 in /packages/…

chore(deps): bump guzzlehttp/guzzle from 7.7.0 to 7.8.0 in /packages/… #346

Workflow file for this run

name: Sync `docs` directory to ReadMe
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
- name: Sync docs to ReadMe
uses: readmeio/rdme@v8
with:
rdme: docs ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ secrets.README_DEVELOPERS_MAIN_VERSION }}