From a555151eef7f1916dda7266f49cb576e9d714a16 Mon Sep 17 00:00:00 2001 From: Nikola Jokic <97525037+nikola-jokic@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:26:59 +0200 Subject: [PATCH] repaired env variable name in CONTRIBUTING (HOOK(S)) (#37) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e235046..72f9cd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ You'll need a runner compatible with hooks, a repository with container workflow - You'll need a runner compatible with hooks, a repository with container workflows to which you can register the runner and the hooks from this repository. - See [the runner contributing.md](../../github/CONTRIBUTING.MD) for how to get started with runner development. - Build your hook using `npm run build` -- Enable the hooks by setting `ACTIONS_RUNNER_CONTAINER_HOOK=./packages/{libraryname}/dist/index.js` file generated by [ncc](https://github.com/vercel/ncc) +- Enable the hooks by setting `ACTIONS_RUNNER_CONTAINER_HOOKS=./packages/{libraryname}/dist/index.js` file generated by [ncc](https://github.com/vercel/ncc) - Configure your self hosted runner against the a repository you have admin access - Run a workflow with a container job, for example ```