diff --git a/.github/workflows/daily-news.lock.yml b/.github/workflows/daily-news.lock.yml index 512891d3d6f..16ca0f1c461 100644 --- a/.github/workflows/daily-news.lock.yml +++ b/.github/workflows/daily-news.lock.yml @@ -560,7 +560,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: steps.check-cache.outputs.cache_valid != 'true' - name: Cache downloaded data + name: Save downloaded data to cache run: | set -e echo "💾 Caching data for future runs..." diff --git a/.github/workflows/daily-news.md b/.github/workflows/daily-news.md index ebd85b2fa7a..1a21ae34768 100644 --- a/.github/workflows/daily-news.md +++ b/.github/workflows/daily-news.md @@ -288,7 +288,7 @@ steps: fi echo "✅ Changeset check complete" - - name: Cache downloaded data + - name: Save downloaded data to cache if: steps.check-cache.outputs.cache_valid != 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/shared/mcp/drain3.md b/.github/workflows/shared/mcp/drain3.md index c3f75de360e..99ca682da46 100644 --- a/.github/workflows/shared/mcp/drain3.md +++ b/.github/workflows/shared/mcp/drain3.md @@ -22,12 +22,12 @@ steps: - name: Install Drain3 dependencies run: | pip install fastmcp drain3 - - name: Copy Drain3 MCP server script + - name: Copy Drain3 MCP Server script run: | mkdir -p /tmp/gh-aw/agent/mcp-servers/drain3/ cp .github/workflows/shared/mcp/drain3_server.py /tmp/gh-aw/agent/mcp-servers/drain3/ chmod +x /tmp/gh-aw/agent/mcp-servers/drain3/drain3_server.py - - name: Start Drain3 MCP server + - name: Start Drain3 MCP Server run: | set -e mkdir -p /tmp/gh-aw/mcp-logs/drain3/