Skip to content

Conversation

RubenSandwich
Copy link
Contributor

@RubenSandwich RubenSandwich commented Mar 20, 2025

Fixes the strange exit code we were getting from the Broken Link Checker (full) workflow.

https://github.com/hashicorp/web-unified-docs/actions/runs/13951360829/job/39051469623#step:6:7

Copy link

github-actions bot commented Mar 20, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Thu Mar 20 14:15:23 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Thu Mar 20 14:10:24 UTC 2025

@@ -46,7 +46,7 @@ jobs:
if: steps.lychee.outputs.exit_code == 0
run: |
echo "🎉 No broken links found! 🎉" >> $GITHUB_STEP_SUMMARY
- name: Create GitHub Issue From lychee output file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the line that I believe was causing the strange exit error as it's not a proper shell command. I think I left it in when I refactored this workflow in another PR. 🤦🏻

@RubenSandwich RubenSandwich marked this pull request as ready for review March 20, 2025 14:09
@RubenSandwich RubenSandwich requested a review from a team as a code owner March 20, 2025 14:09
@RubenSandwich RubenSandwich merged commit 8a0de15 into main Mar 20, 2025
7 checks passed
@kaitlynnefuery kaitlynnefuery deleted the rn/fix-return-code-bug-in-link-checker branch April 29, 2025 21:00
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.

2 participants