Link files between repositories.
This action creates a link between files in various places. When the source is updated, the destination is as well.
It works by using the GitHub API to read files and create Pull Requests where an update is needed. You can specify the source, destination, and schedule for the synchronization.
Tip
The authentication for this can be rather tricky, make sure you read authentication to get familiar with the various methods.
-
Create a config file in
.github/ln-config.yaml
.E.g.
ln-config.yaml
-
Create a workflow.
uses: nobe4/action-ln@v0
E.g.
ln.yaml