diff --git a/examples.md b/examples.md index cf3be812d..f3d678838 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- ```