summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2025-03-16 12:18:12 +0530
committerkumvijaya <kuvmijaya@gmail.com>2025-03-16 12:18:12 +0530
commit0d4a7d9e69a1de542e0f4578cda13840af9fe1e0 (patch)
tree05376707cd588dbc19009bf70144c9633e7422d5
parentf1ccb39b2a93b8a1cc0ee83403ee681910d22fbb (diff)
downloadvyos-1x-0d4a7d9e69a1de542e0f4578cda13840af9fe1e0.tar.gz
vyos-1x-0d4a7d9e69a1de542e0f4578cda13840af9fe1e0.zip
T7247: removed pr number input for target repo mirror workflow call
-rw-r--r--.github/workflows/mirror-pr-and-sync.yml5
1 files changed, 0 insertions, 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 }}