From 9f51a595c5ba918774bb3b9fef4de767d6852a31 Mon Sep 17 00:00:00 2001 From: Zach Renner <13670625+zarenner@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:01:53 -0700 Subject: [PATCH] Add trailing dash to Maven fallback key --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 91f71b5..b1e1dd4 100644 --- a/examples.md +++ b/examples.md @@ -61,7 +61,7 @@ path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | - ${{ runner.os }}-maven + ${{ runner.os }}-maven- ``` ## Swift, Objective-C - Carthage