Skip to content

satya-500/create-branch-from-tag

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N|Solid

Create Branch From TAG GitHub Action

This action creates a new branch from a specific tag.

Inputs

branch

Optional The name of the branch to create. Default "release-candidate".

from

Required The name of the tag from which new branch will be created.

tag should be prefix with tags/your-tag.

branch you can provide directly.

Example usage

create branch from tag

- name: creating rc branch
  uses: satya-500/[email protected]
  env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
   branch: release
   tag: tags/v0.0.7

create branch from specific ref (branch)

- name: creating rc branch
  uses: satya-500/[email protected]
  env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
   branch: release
   tag: test

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •