Skip to content

T667: ruff cli

T667: ruff cli #36

Workflow file for this run

name: Repo-sync
on:
pull_request:
types:
- closed
branches:
- current
workflow_dispatch:
jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows

Check failure on line 13 in .github/workflows/repo-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo-sync.yml

Invalid workflow file

error parsing called workflow ".github/workflows/repo-sync.yml" -> "vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}