From 6896d9ebd311254d27a114a36de607855ba94a93 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 6 Nov 2024 16:01:58 +0000 Subject: [PATCH] Attempt to fix caching... --- .github/workflows/notify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 0374b64..2427b62 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -5,11 +5,10 @@ jobs: Alert: runs-on: ubuntu-latest steps: - - name: Cache the --cache-path file - uses: actions/cache@v4 + - uses: actions/cache@v4 with: key: cache-${{ github.run_number }} - path: cache.json + path: /home/runner/work/slack-annotations/slack-annotations/cache.json restore-keys: | cache- - name: Install Python