From 3a696372f2ec10535e4c026a4fdae5fcca629e4a Mon Sep 17 00:00:00 2001 From: kalin Date: Tue, 20 Apr 2021 06:51:44 -0700 Subject: [PATCH] elixir typo - stray parenthesis (#569) --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index cf3be81..f3d6788 100644 --- a/examples.md +++ b/examples.md @@ -104,7 +104,7 @@ steps: path: | deps _build - key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }} + key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} restore-keys: | ${{ runner.os }}-mix- ```