diff options
author | Christian Breunig <christian@breunig.cc> | 2025-03-16 20:52:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-16 20:52:23 +0100 |
commit | aeb25214ecddab10953b322fc39bc4dc09b15ed5 (patch) | |
tree | 0d904d751da1914636e9d5f481a2a2953d478c5f | |
parent | fd2f8ddaed7e3fa9f81087c0069fcc7da86e4a4d (diff) | |
parent | 0d4a7d9e69a1de542e0f4578cda13840af9fe1e0 (diff) | |
download | vyos-1x-aeb25214ecddab10953b322fc39bc4dc09b15ed5.tar.gz vyos-1x-aeb25214ecddab10953b322fc39bc4dc09b15ed5.zip |
T7247: removed pr number input for target repo mirror workflow call
-rw-r--r-- | .github/workflows/mirror-pr-and-sync.yml | 5 |
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 }} |