tmp-branch-action
ActionsGitHub action that creates a branch (remotely, on a Github repository), then deletes it in a post step
v0.0.1
LatestBy runsascoded
Tags
(1)Github Action that creates a branch (remotely, via the GitHub API), then deletes it in a "post" step
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.