Update README.md

This commit is contained in:
Danny McCormick 2019-07-17 10:59:43 -04:00 committed by GitHub
parent c85a107c47
commit d30db2a904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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