https://github.com/devtron-labs/git-repo-sync
https://github.com/devtron-labs/git-repo-sync
Last synced: about 1 year 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T13:15:43.000Z (about 1 year ago)
- Last Synced: 2025-04-29T14:31:31.364Z (about 1 year ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Repo Sync
```yaml
name:
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: devtron-labs/git-repo-sync@v0.1.4
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:
```