We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8c643 commit e788adeCopy full SHA for e788ade
.github/workflows/syndicate-content.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/cache/restore@v4
60
with:
61
path: .github/cache
62
- key: syndication-cache-${{ github.run_id }}
+ key: syndication-cache-${{ github.sha }}
63
restore-keys: |
64
syndication-cache-
65
@@ -103,4 +103,4 @@ jobs:
103
if: always()
104
105
106
0 commit comments