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
- Host: GitHub
- URL: https://github.com/rekgrpth/git-clone-shell-action
- Owner: RekGRpth
- License: mit
- Created: 2021-08-04T03:18:59.000Z (almost 5 years ago)
- Default Branch: v1
- Last Pushed: 2025-01-01T19:09:29.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:19:21.187Z (about 1 year ago)
- Topics: action, clone, git, shell
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```