Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito committed Jun 28, 2024
1 parent 37ef10e commit 2a3f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get_service_guides/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def compare_recos(waf_recos, checklist_recos, minimum_similarity=0.5):
'waf': waf_pillars,
'yesno': ({'name': 'Yes'}, {'name': 'No'}),
'metadata': {
'name': f'{service} Service Guide',
'name': f'WAF Service Guides',
'waf': 'all',
'state': 'preview',
'timestamp': datetime.date.today().strftime("%B %d, %Y")
Expand Down

0 comments on commit 2a3f674

Please sign in to comment.