From 10e20f3cb9b7387217b391bb3e15123e9b473653 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:08:51 +0530 Subject: [PATCH] Removed extra code from readme examples --- save/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/save/README.md b/save/README.md index 139b136..10ec998 100644 --- a/save/README.md +++ b/save/README.md @@ -24,10 +24,9 @@ steps: - uses: actions/checkout@v3 - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' run: /install.sh - - name: Build common artifacts + - name: Build artifacts run: /build.sh - uses: actions/cache/save@v3