You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: <action-name>on:
- push
- deletejobs:
sync:
runs-on: ubuntu-latestname: Git Repo Syncsteps:
- uses: actions/checkout@v2with:
fetch-depth: 0
- uses: wangchucheng/[email protected]with:
# Such as https://github.com/wangchucheng/git-repo-sync.gittarget-url: <target-url># Such as wangchuchengtarget-username: <target-username># You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS_TOKEN }}target-token: <target-token>
https://github.com/wangchucheng/git-repo-sync
The text was updated successfully, but these errors were encountered: