Skip to content

T0000: TEST Update pr-1.txt - mergify check 2 #36

T0000: TEST Update pr-1.txt - mergify check 2

T0000: TEST Update pr-1.txt - mergify check 2 #36

name: PR Mirror and Repo Sync
on:
pull_request_target:
types: [closed]
branches: [current]
workflow_dispatch:
inputs:
sync_branch:
description: 'Branch to mirror'
required: true
default: 'current'
type: choice
options:
- current
permissions:
pull-requests: write
contents: write
issues: write
jobs:
call-trigger-mirror-pr-repo-sync:
if: |
github.repository_owner == 'vyos' &&
(
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
)
uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@T7619-mirror-remote-repo-name-fix

Check failure on line 30 in .github/workflows/pr-mirror-repo-sync.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/pr-mirror-repo-sync.yml" -> "vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@T7619-mirror-remote-repo-name-fix" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
sync_branch: ${{ github.event.inputs.sync_branch || 'current' }}
secrets:
PAT: ${{ secrets.PAT }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}