Skip to content

Github Action that creates a branch (remotely, via the GitHub API), then deletes it in a "post" step

Notifications You must be signed in to change notification settings

runsascoded/tmp-branch-action

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

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmp-branch-action

Github Action that creates a branch (remotely, via the GitHub API), then deletes it in a "post" step

Usage

steps:
  - name: Initialize test branch
    uses: runsascoded/tmp-branch-action@v1
    with:
      branch: ${{ env.branch }}
      sha: ${{ env.init }}

(from runsascoded/update-submodules)

See also tmp-branch-action on the Actions marketplace.

About

Github Action that creates a branch (remotely, via the GitHub API), then deletes it in a "post" step

Resources

Stars

Watchers

Forks