From 5dc38e58e3761d2274efed34e45a1f8428e42401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:42:28 +0000 Subject: [PATCH] Remove trailing whitespaces from `README.md` (#186) [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6c9930..c09657e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The cache key that the cache will be saved as is based on: - The run attempt number > [!NOTE] -> If there is job concurrency that is not fully defined by a matrix you should ensure that `cache-name` is +> If there is job concurrency that is not fully defined by a matrix you should ensure that `cache-name` is > unique for each concurrent job, otherwise caching may not be effective. ### Cache Retention @@ -129,7 +129,7 @@ For example, this workflow will ensure that the cache is saved if a step fails ( id: julia-cache-save if: cancelled() || failure() uses: actions/cache/save@v4 - with: + with: path: | ${{ steps.julia-cache.outputs.cache-paths }} key: ${{ steps.julia-cache.outputs.cache-key }}