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 GitHub Actions workflow to use new output syntax
- Replace deprecated ::set-output in validate-links.yml with $GITHUB_OUTPUT
- Update Python script to print JSON to stdout for workflow capture
- Also write to GITHUB_OUTPUT when available for future compatibility
- Fix whitespace linting issue
This completes the migration away from deprecated GitHub Actions syntax
while maintaining backward compatibility with the existing workflow.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments