From f5fe54e5a4d9da96fcd5fb3684972aee5fc9ee79 Mon Sep 17 00:00:00 2001
From: jojo43 <s.jmr0124@gmail.com>
Date: Sun, 5 Jul 2020 11:09:35 +0900
Subject: [PATCH] Add description of go-version-from-file

---
 action.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/action.yml b/action.yml
index 4a32e12..abc0265 100644
--- a/action.yml
+++ b/action.yml
@@ -4,6 +4,8 @@ author: 'GitHub'
 inputs: 
   go-version:
     description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
+  go-version-from-file:
+    description: Path to the file with the Go version.  go-version overwrites this.
   stable:
     description: 'Whether to download only stable versions'
     default: 'true'