From 18d0d247170730d2fc4f643fb84345844ed3e77e Mon Sep 17 00:00:00 2001 From: Michel Bongard <32648275+mbongard@users.noreply.github.com> Date: Mon, 14 Mar 2022 00:31:46 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52abab4..c162fc8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GitHub Action - Get a Releases +# GitHub Action - Get a Release This GitHub Action (written in JavaScript) wraps the [GitHub Release API](https://developer.github.com/v3/repos/releases/), specifically the [Get a Release](https://developer.github.com/v3/repos/releases/#create-a-release) endpoint, to allow you to leverage GitHub Actions to get releases.