Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtron-labs/git-repo-sync
https://github.com/devtron-labs/git-repo-sync
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtron-labs/git-repo-sync
- Owner: devtron-labs
- License: apache-2.0
- Created: 2021-09-02T11:20:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T10:48:29.000Z (8 months ago)
- Last Synced: 2024-03-13T11:46:02.278Z (8 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Repo Sync
```yaml
name:on:
- push
- deletejobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: devtron-labs/[email protected]
with:
# Such as https://github.com/devtron-labs/git-repo-sync.git
target-url:
target-username:
# You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS_TOKEN }}
target-token:
```