Skip to content

chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (#2427) #314

chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (#2427)

chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (#2427) #314

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run GitHub File Sync
uses: Redocly/repo-file-sync-action@main
with:
GH_PAT: ${{ secrets.GH_PAT }}
COMMIT_PREFIX: 'sync:'
SKIP_PR: true