From 8202de88853fb264c6cc1610599253e0b092a11e Mon Sep 17 00:00:00 2001 From: Adam Short Date: Wed, 30 Aug 2023 11:17:54 +0100 Subject: [PATCH] Give action unique name. --- README.md | 3 +++ action.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d35199e..d476272 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +Forked from https://github.com/reecetech/version-increment. Likely only here until additional changes made in this fork are accepted back in the main repository. + + # ➕ Version Increment ## 📄 Use diff --git a/action.yml b/action.yml index d973031..d1bf837 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ --- -name: 'Version Increment' +name: 'Version Increment (Octo)' description: Inspects the git tags to determine the current normal version, and returns the next version number branding: