We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bf1266 + 8d92010 commit 1d1105cCopy full SHA for 1d1105c
.github/workflows/mirror-pr-and-sync.yml
@@ -2,10 +2,6 @@ name: Create Mirror PR and Repo Sync
2
on:
3
workflow_dispatch:
4
inputs:
5
- pr_number:
6
- description: 'Source repo PR Number'
7
- required: true
8
- type: string
9
sync_branch:
10
description: 'branch to sync'
11
required: true
@@ -20,7 +16,6 @@ jobs:
20
16
if: github.repository_owner != 'vyos'
21
17
uses: VyOS-Networks/vyos-reusable-workflows/.github/workflows/mirror-pr-and-sync.yml@main
22
18
with:
23
- pr_number: ${{ inputs.pr_number }}
24
19
sync_branch: ${{ inputs.sync_branch }}
25
secrets:
26
PAT: ${{ secrets.PAT }}
0 commit comments