Skip to content

Commit e788ade

Browse files
Fix cache issues [skip netlify]
1 parent 7a8c643 commit e788ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/syndicate-content.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/cache/restore@v4
6060
with:
6161
path: .github/cache
62-
key: syndication-cache-${{ github.run_id }}
62+
key: syndication-cache-${{ github.sha }}
6363
restore-keys: |
6464
syndication-cache-
6565
@@ -103,4 +103,4 @@ jobs:
103103
if: always()
104104
with:
105105
path: .github/cache
106-
key: syndication-cache-${{ github.run_id }}
106+
key: syndication-cache-${{ github.sha }}

0 commit comments

Comments
 (0)