From 61a1557cd001eb325dddd1b74d358e8339114958 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:47:16 -0600 Subject: [PATCH] Updated README.md (#265) Co-authored-by: jackton1 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 99709344..934f2bd5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,19 @@ Get a branch or tag name without the `/ref/*` prefix. ## Table of Contents +* [Features](#features) +* [Usage](#usage) +* [Outputs](#outputs) +* [Inputs](#inputs) +* [Events](#events) + * [`push*`](#push) + * [`pull_request*`](#pull_request) + * [`tag*`](#tag) + * [Possible usage with actions/checkout:](#possible-usage-with-actionscheckout) +* [Credits](#credits) +* [Report Bugs](#report-bugs) +* [Contributors ✨](#contributors-) + ## Features * Retrieve the current branch name without any prefix. (e.g. `'refs/heads/main'` -> `'main'`)