Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8ec639

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 parent5b7ef4f commitd8ec639

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)

[8]ページ先頭

©2009-2025 Movatter.jp