Skip to content

Commit

Permalink
Revert "Remove extra and unnecessary action."
Browse files Browse the repository at this point in the history
This reverts commit 013963c.
  • Loading branch information
lima-limon-inc committed Dec 6, 2024
1 parent 6df5241 commit 596c13d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/daily_reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
restore-keys: |
loc-report-
- name: Check previous loc report
run: |
cat loc_report.json
- name: Rename cached loc_report.json to loc_report.json.old
if: steps.cache-loc-report.outputs.cache-hit == 'true'
run: |
Expand Down

0 comments on commit 596c13d

Please sign in to comment.