From 2a45f7a6284870db5b0ca59e15cc5e2313afcde8 Mon Sep 17 00:00:00 2001 From: ghostrick Date: Mon, 4 Nov 2019 11:21:45 +0900 Subject: [PATCH] Fix typo --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 11e06e5..1fccc23 100644 --- a/examples.md +++ b/examples.md @@ -112,7 +112,7 @@ uses: actions/cache@preview ## Elixir - Mix ```yaml -- uses: actions.cache@preview +- uses: actions/cache@preview with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}