From 6e392d5fb2186738b5cba9ef542788fbb8f1dd96 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 2 Apr 2020 14:33:53 +0000 Subject: [PATCH] Fix yaml spacing --- examples.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples.md b/examples.md index f896321..5346ee2 100644 --- a/examples.md +++ b/examples.md @@ -174,11 +174,11 @@ For npm, cache files are stored in `~/.npm` on Posix, or `%AppData%/npm-cache` o ```yaml - name: restore lerna uses: actions/cache@master - with: - path: | - node_modules - */*/node_modules - key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} + with: + path: | + node_modules + */*/node_modules + key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} ``` ## Node - Yarn