From ead0afdee09e72528c23af181ec9614d8023f439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20=C3=87ak=C4=B1r?= Date: Wed, 15 May 2024 13:42:31 +0300 Subject: [PATCH] Update local-cache.yml --- .github/workflows/local-cache.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/local-cache.yml b/.github/workflows/local-cache.yml index 6025b5e..a26f49b 100644 --- a/.github/workflows/local-cache.yml +++ b/.github/workflows/local-cache.yml @@ -1,4 +1,4 @@ -name: Local cache3 +name: Local cache4 on: push: @@ -18,8 +18,8 @@ jobs: uses: actions/cache@v4 with: path: test1.txt - key: ${{ runner.os }}-file + key: file-1 - name: Generate random file - if: steps.cache-primes.outputs.cache-hit != 'true' + if: steps.cache-file.outputs.cache-hit != 'true' run: dd if=/dev/urandom of=test1.txt bs=1G count=1