Skip to content

sync use with

sync use with #17

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/blob/main/.github/workflows/trigger-repo-sync.yml@main

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}