commit 043d7607fc77cae519557ad4bc29627484969373 parent d6a7259a926dac6194ae6b99e2332be04c5e5df8 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Mon, 1 Nov 2021 08:23:05 +0100 fix filename Diffstat:
M | docs/CI.MD | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/CI.MD b/docs/CI.MD @@ -12,7 +12,7 @@ The documentation for this kind of "workflow" can be found in the [GitHub reposi [`.github/workflows/c.yml`](../.github/workflows/c.yml) implements a GitHub action to run the simple series of build steps (`make && make install`) for new commits and pull requests on the `master` branch. -[`.github/c/make-install`](.../.github/c/make-install) is a re-usable action (dependency). +[`.github/c/make-install/action.yml`](../.github/c/make-install/action.yml) is a re-usable action (dependency). ## GitHub Action to Render Man Page