Skip to content

nobe4/action-ln

Repository files navigation


Logo by @malohff

action-ln

Link files between repositories.

Important

This project is under heavy development.

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