Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devtron-labs/git-repo-sync


https://github.com/devtron-labs/git-repo-sync

Last synced: 4 days ago
JSON representation

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/[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:
```