Skip to content

Commit

Permalink
Merge pull request #595 from camptocamp/fix-workflow-date
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
sbrunner authored Nov 4, 2024
2 parents 0faf4c3 + 9cbc7fa commit 7d21b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/workflow/repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h2>${title}</h2>

%for branch_name, branch_values in data_json.items():
<!---->
%if branch_values != 'updated':
%if branch_name != 'updated':
<h3>${branch_name}</h3>
%for workflow_name, workflow_value in branch_values.items():
<p><a href="${workflow_value['url']}">${workflow_name}</a></p>
Expand Down

0 comments on commit 7d21b18

Please sign in to comment.