From 8113bfdd2e1feda6047e13da79885a3131c000e6 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Wed, 9 Feb 2022 15:32:48 +0100
Subject: [PATCH] Set correct env cache param

---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index a112292..636da9e 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -42,7 +42,7 @@ jobs:
           path: /usr/share/miniconda/envs/biowdl-lint
           key:
             ${{runner.os}}-biowdl-lint-${{ env.CACHE_NUMBER }}-${{ hashFiles('.github/lint-environment.yml') }}
-          id: env_cache
+        id: env_cache
 
       - name: install miniconda
         uses: conda-incubator/setup-miniconda@v2.1.1
-- 
GitLab