Skip to content

Commit d8ec639

Browse files
EdwardAngertclaude
andcommitted
fix: force GitHub Actions to use latest version of docs-analysis action
Uses SHA-pinned reference to force GitHub Actions to fetch the latest version of the custom action, preventing cache issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5b7ef4f commit d8ec639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-preview-link.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ jobs:
461461
- name: Analyze documentation changes
462462
id: docs-analysis
463463
if: steps.pr_info.outputs.skip != 'true'
464-
uses: ./.github/actions/docs-analysis
464+
# Force GitHub Actions to update cache by using the full path with @ syntax
465+
uses: ./.github/actions/docs-analysis@${{ github.sha }}
465466
with:
466467
docs-path: "${{ env.DOCS_PRIMARY_PATH }}"
467468
pr-ref: "${{ steps.pr_info.outputs.branch_name }}"

0 commit comments

Comments
 (0)