From c1af03e70a19f2f14d5eb14abba0dace07de596e Mon Sep 17 00:00:00 2001 From: technote-space Date: Mon, 27 Jan 2020 06:48:54 +0000 Subject: [PATCH] docs: Update TOC --- README.ja.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.ja.md b/README.ja.md index b7cb8807..b1f3b602 100644 --- a/README.ja.md +++ b/README.ja.md @@ -16,6 +16,12 @@ - [スクリーンショット](#%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88) - [使用方法](#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95) - [動作](#%E5%8B%95%E4%BD%9C) +- [出力](#%E5%87%BA%E5%8A%9B) + - [diff](#diff) + - [count](#count) + - [insertions](#insertions) + - [deletions](#deletions) + - [lines](#lines) - [Action イベント詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0) - [対象イベント](#%E5%AF%BE%E8%B1%A1%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88) - [Author](#author) diff --git a/README.md b/README.md index f15db114..fa3311af 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ GitHub actions to get git diff. - [Screenshots](#screenshots) - [Usage](#usage) - [Behavior](#behavior) +- [Outputs](#outputs) + - [diff](#diff) + - [count](#count) + - [insertions](#insertions) + - [deletions](#deletions) + - [lines](#lines) - [Action event details](#action-event-details) - [Target events](#target-events) - [Author](#author)