Skip to content

Commit

Permalink
Merge pull request #148 from mayaCostantini/fix-organization-str
Browse files Browse the repository at this point in the history
Fix organization names to string in prescription template
  • Loading branch information
sesheta authored Apr 27, 2022
2 parents f32ea3d + dd80f1a commit 437a94a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thoth/prescriptions_refresh/handlers/gh_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
match:
state:
resolved_dependencies:
- name: {package_name}
- name: '{package_name}'
run:
release_notes:
organization: {organization}
repository: {repository}
organization: '{organization}'
repository: '{repository}'
"""


Expand Down

0 comments on commit 437a94a

Please sign in to comment.