Skip to content

Commit

Permalink
Try changing cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Nov 6, 2024
1 parent 929b3c1 commit bfbd713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/cache@v4
with:
key: cache-${{ github.run_number }}
path: cache.json
path: ~/.cache.json
restore-keys: |
cache-
- name: Install Python
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
{
echo 'SLACK_MESSAGE<<EOF'
slack-annotations --cache-path cache.json --group ${{ secrets.HYPOTHESIS_GROUP }} --token ${{ secrets.HYPOTHESIS_API_TOKEN }}
slack-annotations --cache-path ~/.cache.json --group ${{ secrets.HYPOTHESIS_GROUP }} --token ${{ secrets.HYPOTHESIS_API_TOKEN }}
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Post to Slack
Expand Down

0 comments on commit bfbd713

Please sign in to comment.