From 3cb8cff23d9707a85a966fb7a2dd20d6c722fc50 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 22 Dec 2020 11:49:37 +0100 Subject: [PATCH] Consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbdbc38..65efc50 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ jobs: - uses: ./ with: ruby-version: 2.6 - bundler-cache: true + bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake ```