Skip to content

Commit

Permalink
Attempt to fix caching...
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Nov 6, 2024
1 parent dee4975 commit 6896d9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6896d9e

Please sign in to comment.