Skip to content
arrow-up-circle

GitHub Action

Choreo BYOG Branch Create

v1.0.0 Latest version

Choreo BYOG Branch Create

arrow-up-circle

Choreo BYOG Branch Create

Create a new BYOG trigger

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Choreo BYOG Branch Create

uses: choreo-templates/choreo-byog-branch-create@v1.0.0

Learn more about this action in choreo-templates/choreo-byog-branch-create

Choose a version

choreo-byog-trigger

Choreo bring your own GitHub Repo Custom Action

Sample Usage

  name: "Create Branch on user repo",
  uses: "choreo-templates/choreo-byog-branch-create@v1.0.0",
  with: 
    token: "${{ env.APP_GH_TOKEN }}",
    org: "${{env.ORG_NAME}}",
    userRepoName: "${{env.APP_NAME}}",
    branch: "choreo-dev"