From 0d4a7d9e69a1de542e0f4578cda13840af9fe1e0 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sun, 16 Mar 2025 12:18:12 +0530 Subject: T7247: removed pr number input for target repo mirror workflow call --- .github/workflows/mirror-pr-and-sync.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/mirror-pr-and-sync.yml b/.github/workflows/mirror-pr-and-sync.yml index 48a67a43f..120e116d4 100644 --- a/.github/workflows/mirror-pr-and-sync.yml +++ b/.github/workflows/mirror-pr-and-sync.yml @@ -2,10 +2,6 @@ name: Create Mirror PR and Repo Sync on: workflow_dispatch: inputs: - pr_number: - description: 'Source repo PR Number' - required: true - type: string sync_branch: description: 'branch to sync' required: true @@ -20,7 +16,6 @@ jobs: if: github.repository_owner != 'vyos' uses: VyOS-Networks/vyos-reusable-workflows/.github/workflows/mirror-pr-and-sync.yml@main with: - pr_number: ${{ inputs.pr_number }} sync_branch: ${{ inputs.sync_branch }} secrets: PAT: ${{ secrets.PAT }} -- cgit v1.2.3