From 38ca13f45df705b3a43f7182f7f2211ed879d97b Mon Sep 17 00:00:00 2001 From: Maxim Veksler Date: Tue, 18 Feb 2020 07:14:35 +0200 Subject: [PATCH] double --version flag to python cache calc section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 875b31c..2f7ba45 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - name: set PY - run: echo "::set-env name=PY::$(python --version --version | sha256sum | cut -d' ' -f1)" + run: echo "::set-env name=PY::$(python --version | sha256sum | cut -d' ' -f1)" - uses: actions/cache@v1 with: path: ~/.cache/pre-commit