Add external-repo-sync-action

https://github.com/kai-tub/external-repo-sync-action

Provides a GitHub action to push files/binaries to external repositories.

Per default, the action uses the wiki of the current repo, but you can specify other repos as well.

Is a rsync and git wrapper with some presets to allow easy inclusion/exclusion of files.
This commit is contained in:
Kai Norman Clasen 2020-06-02 18:12:29 +02:00
parent 496e8ba6b2
commit fd24f98c6d

View File

@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform)
- [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label)
- [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu)
- [Sync Defined Files/Binaries to Wiki or External Repositories](https://github.com/kai-tub/external-repo-sync-action)
### Collection of Actions ### Collection of Actions