From 03082a18b121dbc14f799a77a747b61b3b594ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Z=C3=BCrcher?= Date: Fri, 20 Sep 2024 14:42:27 +0200 Subject: [PATCH] add docs to action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6f88872..f6abc68 100644 --- a/action.yml +++ b/action.yml @@ -54,11 +54,11 @@ inputs: required: false # TODO: remove deprecated config and config-inline inputs keep-state: - description: 'Keep state on cleanup' + description: 'Keep state on cleanup. This only works on self-hosted runners. In order to reuse a buildkit volume, you need to specify a name for the builder.' default: 'false' required: false name: - description: 'Builder name use use when creating the builder. If not specified, one will be generated. Specifying a name enables reusing a buildkit volume in persistent self-hosted runners.' + description: 'Builder name to use when creating the builder. If not specified, one will be generated. Specifying a name enables reusing a buildkit volume in persistent self-hosted runners.' required: false config: description: 'BuildKit daemon config file'