diff --git a/docs/adr/0001-restart-pdk-nightly-on-acceptance-test-failures.md b/docs/adr/0001-restart-pdk-nightly-on-acceptance-test-failures.md index 64e4dbf47..4acf9b813 100644 --- a/docs/adr/0001-restart-pdk-nightly-on-acceptance-test-failures.md +++ b/docs/adr/0001-restart-pdk-nightly-on-acceptance-test-failures.md @@ -33,7 +33,7 @@ Another way to separate the workflows is to use the `workflow_dispatch` API. In ## Decision -Therefore, I decided to use the workflow_dispatch API and create some `workflow-restarter` re-usable code (custom action, re-usable workflow, and a test worklow). See here [.github/actions/workflow-restarter-proxy/README](https://github.com/puppetlabs/pdk/tree/96169568bf84c570343c6644a75f7713ff3e7dcb/.github/actions/workflow-restarter-proxy) for usage instructions. +Therefore, I decided to use the workflow_dispatch API and create some `workflow-restarter` re-usable code (custom action, re-usable workflow, and a test worklow). For more information see usage instruction here [.github/actions/workflow-restarter-proxy/README](https://github.com/puppetlabs/pdk/tree/96169568bf84c570343c6644a75f7713ff3e7dcb/.github/actions/workflow-restarter-proxy) and [this PR](https://github.com/puppetlabs/pdk/pull/1344). ## Consequences