git-repo-sync
Git Repo Sync enables you to synchronize code to other code management platforms, such as GitLab, Gitee, etc. (by wangchucheng)
latex-action
:octocat: GitHub Action to compile LaTeX documents (by xu-cheng)
Our great sponsors
git-repo-sync | latex-action | |
---|---|---|
1 | 1 | |
27 | 671 | |
- | - | |
0.0 | 5.2 | |
about 1 year ago | 24 days ago | |
Shell | Shell | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
git-repo-sync
Posts with mentions or reviews of git-repo-sync.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-20.
-
Github and Gitlab sync
name: GitlabSync on: - push - delete jobs: sync: runs-on: ubuntu-latest name: Git Repo Sync steps: - uses: actions/[email protected] with: fetch-depth: 0 - uses: wangchucheng/[email protected] with: # Such as https://github.com/wangchucheng/git-repo-sync.git target-url: ${{ secrets.TARGET_URL }} # Such as wangchucheng target-username: ${{ secrets.TARGET_USERNAME }} # You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }} target-token: ${{ secrets.TARGET_TOKEN }}
latex-action
Posts with mentions or reviews of latex-action.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-11.
What are some alternatives?
When comparing git-repo-sync and latex-action you can also consider the following projects:
golang-templates/seed - Go application GitHub repository template.
build-hugo - A GitHub Action to build Hugo site.
v4 - Fourth iteration of my personal website built with Gatsby
OpenWrt-Rpi - Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update)
gh-action-pypi-publish - GitHub Action, for publishing distribution files to PyPI
v4
amplify-preview-actions - This action deploys your AWS Amplify pull request preview for your public repository
git-auto-commit-action - Automatically Commit changed Files back to GitHub with GitHub Actions for the 80% use case.
s3-sync-action - ๐ GitHub Action to sync a directory with a remote S3 bucket ๐งบ