From 18046a301edd6ac612fee88ab69a895cc5aa45c7 Mon Sep 17 00:00:00 2001 From: maggie0002 <64841595+maggie0002@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:14:00 +0000 Subject: [PATCH] Remove versionbot reference from the README Change-type: minor --- README.md | 1 - 1 file changed, 1 deletion(-) 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 |