Skip to content

Commit 29e0ad0

Browse files
authored
Merge pull request #2848 from Hack23/copilot/fix-cache-memory-issues
fix: sanitize cache-memory keys in all agentic workflows to fix git setup failures
2 parents 0fe8704 + ca8df4e commit 29e0ad0

28 files changed

Lines changed: 266 additions & 266 deletions

.github/workflows/news-committee-reports.lock.yml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/news-committee-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ tools:
170170
edit:
171171
web-fetch:
172172
cache-memory:
173-
key: news-${{ github.workflow }}-${{ inputs.article_date || 'today' }}
173+
key: news-committee-reports-${{ inputs.article_date || 'today' }}
174174
retention-days: 14
175175

176176
safe-outputs:

0 commit comments

Comments
 (0)