summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2025-03-16 13:09:36 +0530
committerkumvijaya <kuvmijaya@gmail.com>2025-03-16 13:09:36 +0530
commit8d92010dae8057a9245faf6606b0bf96bf3ccd1a (patch)
tree1c180aa7d7ba97a09dc7ae7257a3dd8362e4ed76 /.github
parent0423450c3a4382508fe1512e94f498a99b9eff5b (diff)
downloadvyos-build-8d92010dae8057a9245faf6606b0bf96bf3ccd1a.tar.gz
vyos-build-8d92010dae8057a9245faf6606b0bf96bf3ccd1a.zip
T7247: removed pr number from private mirror workflow call
Diffstat (limited to '.github')
-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 48a67a43..120e116d 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 }}