From c46d35701b81f43d67ac4c089b6e5902b21e22a2 Mon Sep 17 00:00:00 2001 From: maggie0002 <64841595+maggie0002@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:30:37 +0000 Subject: [PATCH] Remove versionbot reference from the README Change-type: minor --- README.md | 1 - action.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b83ee30a..492edeb9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Inputs are provided using the `with:` section of your workflow YML file. | fleet | The slug of the fleet (eg: `my_org/sample_fleet`) for which the release is for | true | | | environment | Domain of API hosting your fleets | false | balena-cloud.com | | cache | If a release matching the commit already exists do not build again | false | true | -| versionbot | Tells action to use Versionbot branch for versioning | false | false | | create_tag | Create a tag on the git commit with the final release version | false | false | | source | Specify a source directory (for `Dockerfile.template` or `docker-compose.yml`) | false | root directory | | layer_cache | Use cached layers of previously built images for this project | false | true | diff --git a/action.yml b/action.yml index afd55ac1..9ca2e0c1 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false default: balena-cloud.com versionbot: - description: Does the repository use VersionBot ? + description: (Deprecated) Does the repository use VersionBot? required: false default: false finalize: