Skip to content

Commit

Permalink
Update workflow guide link process
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Jun 5, 2024
1 parent 529eca8 commit 2dce030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions finders/workflowfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def _query_remote(self):
if workflow in guide:
guide_link = guide[workflow]
self.available_data[workflow]['data']['guide_link'] = guide_link
else:
self.available_data[workflow]['data']['guide_link'] = ""


def _render(self, data):
Expand Down

0 comments on commit 2dce030

Please sign in to comment.