Skip to content

Commit

Permalink
Revert "Remove ref_name specification from key name."
Browse files Browse the repository at this point in the history
This reverts commit 53f1562.
  • Loading branch information
lima-limon-inc committed Dec 6, 2024
1 parent 2cb3169 commit a8cbe20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/cache@v4
with:
path: loc_report.json
key: loc-report-
key: loc-report-${{ github.ref_name }}
restore-keys: |
loc-report-
Expand All @@ -143,7 +143,7 @@ jobs:
uses: actions/cache@v4
with:
path: loc_report.json
key: loc-report-
key: loc-report-${{ github.ref_name }}

- name: Post results in summary
run: |
Expand Down

0 comments on commit a8cbe20

Please sign in to comment.