chore(ci): Remove whitespaces

This commit is contained in:
Awiteb 2024-05-19 03:29:46 +03:00
parent a275093b14
commit 0d2469ac5d
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -20,7 +20,7 @@ jobs:
wget "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-unknown-linux-gnu.tar.gz" wget "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-unknown-linux-gnu.tar.gz"
tar -xvzf git-cliff-*.tar.gz tar -xvzf git-cliff-*.tar.gz
mv "git-cliff-$version/git-cliff" /usr/local/bin mv "git-cliff-$version/git-cliff" /usr/local/bin
rm -fr git-cliff-* rm -fr git-cliff-*
- name: Write changelog - name: Write changelog
run: | run: |
git config user.name forgejo-actions git config user.name forgejo-actions