From cb1b4ecc08b89ba0baa794b4b4ffff4dfc2c870f Mon Sep 17 00:00:00 2001 From: Adrian Rumpold Date: Wed, 28 Jul 2021 08:08:03 +0200 Subject: [PATCH] fix(CI): Fix syntax error in GH action --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index fd1ff32..0e97ae9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,9 +36,9 @@ jobs: # A list of files, directories, and wildcard patterns to cache and restore path: .venv # An explicit key for restoring and saving the cache - key: venv-cache-${{hashfiles("poetry.lock") + key: venv-cache-${{hashfiles("poetry.lock")}} restore-keys: | - venv-cache-${{hashfiles("poetry.lock") + venv-cache-${{hashfiles("poetry.lock")}} venv-cache- - name: Lint with flake8 run: |