Skip to content

Conversation

@rmainwork
Copy link
Contributor

Since the action being tested is triggered on pull_request_target, this PR aims to test the action without merging into main....

@github-actions
Copy link
Contributor

github-actions bot commented May 7, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Wed May 7 17:27:27 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Wed May 7 17:22:51 UTC 2025

rmainwork added 2 commits May 7, 2025 13:11
This compares the char count to the action variable numerically (integer to
integer) rather than lexicographically. In this case, the report char count was
'1209122' which is _technically_ greater than 65536(the configured max), but
since the values were being compared lexicographically, and the string '1209122'
begins with a 1, this expression was evaluating to '1209122' >= '65536'(since
'1209122' begins with a 1).
@rmainwork rmainwork force-pushed the rm/test-lychee-report-changes branch from a4c8cab to 30a0f80 Compare May 7, 2025 17:17
@github-actions
Copy link
Contributor

github-actions bot commented May 7, 2025

Broken Link Checker

Report exceeds max length of 65535 characters. See https://github.com/hashicorp/web-unified-docs/actions/runs/14889332019/artifacts/3080380942 for full report

@rmainwork rmainwork force-pushed the rm/lychee-results-to-gh-artifacts branch from 4fe0f33 to e719427 Compare May 7, 2025 18:31
@rmainwork
Copy link
Contributor Author

This PR has served it's purpose as a test bed for #386. Closing.

@rmainwork rmainwork closed this May 8, 2025
@rmainwork rmainwork deleted the rm/test-lychee-report-changes branch May 8, 2025 19:52
hashibot-web added a commit that referenced this pull request Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant