Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 339 Bytes

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"