Skip to content

chore(workflow): workaround trigger #1

chore(workflow): workaround trigger

chore(workflow): workaround trigger #1

name: Check flow libraries
on:
workflow_dispatch
push:

Check failure on line 5 in .github/workflows/check-flow-libs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-flow-libs.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
branches:
- "feat/auto-lib-update"
# schedule:
# - cron: '0 10 * * 1'
jobs:
check-flow-libs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci-setup
- name: Update flow dependencies
run: pnpm checkflowlibs
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
commit-message: Update dependencies
title: Update dependencies
body: |
- React Flow & Svelte Flow dependency update
branch: update-flow-libs