Skip to content

Commit 1d1105c

Browse files
authored
Merge pull request #929 from kumvijaya/current
T7247: removed pr number from private mirror workflow call
2 parents 6bf1266 + 8d92010 commit 1d1105c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/mirror-pr-and-sync.yml

-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Create Mirror PR and Repo Sync
22
on:
33
workflow_dispatch:
44
inputs:
5-
pr_number:
6-
description: 'Source repo PR Number'
7-
required: true
8-
type: string
95
sync_branch:
106
description: 'branch to sync'
117
required: true
@@ -20,7 +16,6 @@ jobs:
2016
if: github.repository_owner != 'vyos'
2117
uses: VyOS-Networks/vyos-reusable-workflows/.github/workflows/mirror-pr-and-sync.yml@main
2218
with:
23-
pr_number: ${{ inputs.pr_number }}
2419
sync_branch: ${{ inputs.sync_branch }}
2520
secrets:
2621
PAT: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)