You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
GitHub Action
Choreo BYOG Branch Create
v1.0.0Latest 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"