Skip to content

tmp-branch-action

Actions
GitHub action that creates a branch (remotely, on a Github repository), then deletes it in a post step
v0.0.1
Latest
Star (0)

Tags

 (1)

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.

tmp-branch-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub action that creates a branch (remotely, on a Github repository), then deletes it in a post step
v0.0.1
Latest

Tags

 (1)

tmp-branch-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.