Skip to content

.github/workflows/repo-sync.yml #15

.github/workflows/repo-sync.yml

.github/workflows/repo-sync.yml #15

Workflow file for this run

name: Repo-sync-reuse
on:
#pull_request:
# types:
# - closed
# branches:
# - current
workflow_dispatch:
jobs:
trigger-sync:
uses: sever-sever/vyos-automate/.github/workflows/trigger-repo-sync.yml@main

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

View workflow run for this annotation

GitHub Actions / Repo-sync-reuse

Invalid workflow file

The workflow is not valid. In .github/workflows/repo-sync.yml (Line: 13, Col: 11): Error from called workflow sever-sever/vyos-automate/.github/workflows/trigger-repo-sync.yml@main (Line: 9, Col: 9): Unexpected value 'type' In .github/workflows/repo-sync.yml (Line: 13, Col: 11): Error from called workflow sever-sever/vyos-automate/.github/workflows/trigger-repo-sync.yml@main (Line: 13, Col: 9): Unexpected value 'type'
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}