From c8115c19c21e19fd8c12bac7d0b7368a7233c126 Mon Sep 17 00:00:00 2001 From: Gavin Didrichsen Date: Tue, 23 Apr 2024 19:14:27 +0100 Subject: [PATCH] Update Signed-off-by: Gavin Didrichsen --- .../adr/0001-restart-pdk-nightly-on-acceptance-test-failures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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