Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove versionbot reference from the README #237

Merged
merged 1 commit into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down