An open API service indexing awesome lists of open source software.

https://github.com/rekgrpth/git-clone-shell-action

git clone shell action
https://github.com/rekgrpth/git-clone-shell-action

action clone git shell

Last synced: about 1 year ago
JSON representation

git clone shell action

Awesome Lists containing this project

README

          

# git clone shell action

## clone definded branch of current workflow repository to work with it

### usage

```yml
- env:
INPUTS_BRANCH: master # branch to clone, default: ${GITHUB_REF##*/}
uses: rekgrpth/git-clone-shell-action@v1
```