From d30db2a904352bf9c4286ce33bf0fda1f9ae1fd0 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 17 Jul 2019 10:59:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 725fbff..17cf374 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This action sets up a python environment for use in actions by: -- optionally downloading and caching a version of python by version and adding to PATH +- optionally installing a version of python and adding to PATH. Note that this action only uses versions of Python already installed in the cache. The action will fail if no matching versions are found. - registering problem matchers for error output # Usage