Skip to content

Commit

Permalink
Updated README.md (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
tj-actions-bot and jackton1 committed Nov 4, 2023
1 parent 8a998b1 commit 61a1557
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`)
Expand Down

0 comments on commit 61a1557

Please sign in to comment.