You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Create Other Repo Branch Action
v1
Github Action to create a new branch on another repository ππ
β Who is using this action? π§βπ»
steps:
- uses: GuillaumeFalourd/create-other-repo-branch-action@v1
with:
repository_owner: GuillaumeFalourd
repository_name: poc-github-actions
new_branch_name: release-1.2.3
access_token: ${{ secrets.ACCESS_TOKEN}}
steps:
- uses: GuillaumeFalourd/create-other-repo-branch-action@v1
with:
repository_owner: GuillaumeFalourd
repository_name: poc-github-actions
new_branch_name: release-1.2.3
new_branch_ref: release-candidate
access_token: ${{ secrets.ACCESS_TOKEN}}
Field | Mandatory | Observation |
---|---|---|
repository_owner | YES | Repository Owner e.g: octocat |
repository_name | YES | Repository Name e.g: my-repo-name |
new_branch_name | YES | New branch name created on other repository e.g: release-*.*.* |
new_branch_ref | NO | Reference to create the new branch name on other repository e.g: main (the default branch is used if not informed) |
access_token | NO | A PAT that has access to the repository (if necessary)._ |
β Guidelines
β This repository uses the Apache License 2.0