From 2c790c60223ed135f6949d1358675e4fd004b801 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Cornejo Fandos Date: Mon, 28 Feb 2022 03:05:20 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db7125c..07cb6ad 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ GitHub Action that allows you to setup a V environment. # If `stable` is false, it will check for the latest commit from the default branch. check-latest: false - # Set this option if you want the action to use the stable version of V + # Set this option if you want the action to use the stable version of V. + # Will be ignored if `check-latest` is false. stable: false # Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by default.