-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Bug Report
Describe the Bug
The check broken links schedule workflow is not creating an issue
Expected Behavior
To create an issue.
Observed Behavior
https://github.com/eclipse-edc/eclipse-edc.github.io/actions/runs/17209676160/job/48818108679
Possible Implementation
Likely the condition used to determine whether or not to run the create issue job needs to be fixed:
| if: steps.lychee-external.outputs.exit_code != 0 && steps.check-report.outputs.broken_links == 'true' |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers