Skip to content

Link files between repositories.

License

Notifications You must be signed in to change notification settings

GrantBirki/action-ln

 
 

Repository files navigation


Logo by @malohff

action-ln

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.

Quickstart

  1. Create a config file in .github/ln-config.yaml.

    E.g. ln-config.yaml

  2. Create a workflow.

    uses: nobe4/action-ln@v0

    E.g. ln.yaml

Further readings

About

Link files between repositories.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 99.2%
  • Shell 0.8%