From ca02416b58e131bf2f744b788c662fe5c560e88c Mon Sep 17 00:00:00 2001 From: olsido Date: Sun, 4 Aug 2024 17:45:38 -0400 Subject: [PATCH] Put link to the wiki in the introduction of readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef5a856..490fb34 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository demonstrates various methods of managing workflow dependencies in GitHub Actions. The examples provided cover a wide range of scenarios to help you understand and implement dependent workflows effectively. +For detailed guides and descriptions, please refer to the [Wiki](https://github.com/olsido/github-workflow-dependencies-demo/wiki). + ## Table of Contents - [Introduction](#introduction)