From f53b75ef587410b544b17c73677519d76ebe5775 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:45:11 -0600 Subject: [PATCH] Updated README.md (#1361) Co-authored-by: jackton1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78af4772..bddec51b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Github action used to effortlessly track all changed files and directories relat * [Features](#features) * [Usage](#usage) * [On `pull_request`](#on-pull_request) + * [Using local .git history](#using-local-git-history) + * [Using Github's API](#using-githubs-api) * [On `push`](#on-push) * [Useful Acronyms](#useful-acronyms) * [Outputs](#outputs) @@ -203,7 +205,6 @@ jobs: done ``` - ### On `push` ```yaml