From 26bc40eea1b6901b9b6527e802204809d82a8cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Sun, 29 Mar 2020 12:43:45 +0200 Subject: [PATCH] Add link in TOC --- docs/concepts-guidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts-guidelines.md b/docs/concepts-guidelines.md index 3d0f035..c0e5d19 100644 --- a/docs/concepts-guidelines.md +++ b/docs/concepts-guidelines.md @@ -13,6 +13,7 @@ This document covers terminology, how the action works, general usage guidelines - [Advanced usage](#advanced-usage) - [Creating pull requests in a remote repository](#creating-pull-requests-in-a-remote-repository) - [Push using SSH (deploy keys)](#push-using-ssh-deploy-keys) + - [Push pull request branches to a fork](#push-pull-request-branches-to-a-fork) - [Running in a container](#running-in-a-container) - [Creating pull requests on tag push](#creating-pull-requests-on-tag-push)