From 0fd77ba8cc62a99a51b9c5596ca941a84442bd41 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 26 Oct 2020 09:23:01 +0900 Subject: [PATCH] docs: add missing contents link --- docs/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples.md b/docs/examples.md index c59cd19..2db9429 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -20,6 +20,7 @@ - [Misc workflow tips](#misc-workflow-tips) - [Filtering push events](#filtering-push-events) - [Dynamic configuration using variables](#dynamic-configuration-using-variables) + - [Setting the pull request body from a file](#setting-the-pull-request-body-from-a-file) - [Debugging GitHub Actions](#debugging-github-actions)