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- ```