You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update validate_links.py to use new GitHub Actions output syntax
- Replace deprecated ::set-output with $GITHUB_OUTPUT environment variable
- Add fallback for local testing when GITHUB_OUTPUT is not available
- Fix error condition to check for newly_broken links instead of total broken
This addresses the deprecation warning in GitHub Actions and ensures
compatibility with the latest GitHub Actions runner.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments