Skip to content

Commit

Permalink
Merge branch 'pimcore:11.x' into 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hethehe authored Oct 30, 2023
2 parents 7997d92 + a52dc8f commit 84602e8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/clone-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Clone branch
on:
workflow_dispatch:
inputs:
base_ref:
required: true
type: string
description: Base branch name for cloning
ref_name:
required: true
type: string
description: Branch name on destination repo

jobs:
clone-branch:
uses: pimcore/workflows-collection-public/.github/workflows/[email protected]
if: github.repository == 'pimcore/pimcore'
with:
base_ref: ${{ inputs.base_ref }}
ref_name: ${{ inputs.ref_name }}
target_repo: 'ee-pimcore'
secrets:
SYNC_TOKEN: ${{ secrets.SYNC_TOKEN }}
GIT_NAME: ${{ secrets.GIT_NAME }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}

0 comments on commit 84602e8

Please sign in to comment.