From d8bca2ddbad8a3b1577e1ea286b22eb2c7b02793 Mon Sep 17 00:00:00 2001 From: Brian Cristante Date: Mon, 30 Dec 2019 10:27:46 -0500 Subject: [PATCH] Match README to action.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9a9dd..e339517 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: - python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax. + python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - run: python my_script.py ```