mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #929 from kumvijaya/current
T7247: removed pr number from private mirror workflow call
This commit is contained in:
commit
1d1105ccfd
5
.github/workflows/mirror-pr-and-sync.yml
vendored
5
.github/workflows/mirror-pr-and-sync.yml
vendored
@ -2,10 +2,6 @@ name: Create Mirror PR and Repo Sync
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
pr_number:
|
|
||||||
description: 'Source repo PR Number'
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
sync_branch:
|
sync_branch:
|
||||||
description: 'branch to sync'
|
description: 'branch to sync'
|
||||||
required: true
|
required: true
|
||||||
@ -20,7 +16,6 @@ jobs:
|
|||||||
if: github.repository_owner != 'vyos'
|
if: github.repository_owner != 'vyos'
|
||||||
uses: VyOS-Networks/vyos-reusable-workflows/.github/workflows/mirror-pr-and-sync.yml@main
|
uses: VyOS-Networks/vyos-reusable-workflows/.github/workflows/mirror-pr-and-sync.yml@main
|
||||||
with:
|
with:
|
||||||
pr_number: ${{ inputs.pr_number }}
|
|
||||||
sync_branch: ${{ inputs.sync_branch }}
|
sync_branch: ${{ inputs.sync_branch }}
|
||||||
secrets:
|
secrets:
|
||||||
PAT: ${{ secrets.PAT }}
|
PAT: ${{ secrets.PAT }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user