diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-05-21 20:46:54 +0200 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-05-21 20:46:54 +0200 |
| commit | 04b66b230857fb9bc28af5e7590b09ff79f888fa (patch) | |
| tree | 6bbbb2b188efea09a2fb8fcb6e51ef62632b3afe /.github | |
| parent | 0621944db50aec931850806644b673e39b650163 (diff) | |
| download | zsh-04b66b230857fb9bc28af5e7590b09ff79f888fa.tar.gz zsh-04b66b230857fb9bc28af5e7590b09ff79f888fa.tar.bz2 zsh-04b66b230857fb9bc28af5e7590b09ff79f888fa.zip | |
chore(dependencies): PR wording
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/dependencies/updater.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/dependencies/updater.py b/.github/workflows/dependencies/updater.py index e64d69939..f85c9eda7 100644 --- a/.github/workflows/dependencies/updater.py +++ b/.github/workflows/dependencies/updater.py @@ -240,9 +240,9 @@ class Dependency: f"feat({self.name}): update to version {new_version}", f"""## Description - Update for **{self.desc}**: update to version [{new_version}]({status['head_url']}). - Check out the [list of changes]({status['compare_url']}). - """, +Update for **{self.desc}**: update to version [{new_version}]({status['head_url']}). +Check out the [list of changes]({status['compare_url']}). +""", ) # Clean up repository |
