From 9a326ad6daca7ecc386a72c6af4690056aee0322 Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Sun, 28 Jul 2024 14:47:54 +0300 Subject: [PATCH] Add note about overriding build values (#177) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97e96a431..5ed62cbaa 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ are registered as the build artifacts. jf rt bp ``` +You may override the default build name and number by setting the above variables in your workflow. + ## Setting JFrog CLI version By default, the JFrog CLI version set in [action.yml](https://github.com/jfrog/setup-jfrog-cli/blob/master/action.yml) is used. To set a specific version, add the _version_ input as follows: