Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-orphan-branch

Github Action to create a new orphan branch if a branch with the given name does not already exist

Example:

name: Create Orphan Branch
on:
  push:
    branches: [main]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Create Orphan Branch
        uses: action-badges/create-orphan-branch@0.1.1
        with:
          branch-name: badges

About

Github Action to create a new orphan branch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages