From 0d2469ac5d89f267b604715668d763d0e92bdf74 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 19 May 2024 03:29:46 +0300 Subject: [PATCH] chore(ci): Remove whitespaces --- .forgejo/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/changelog.yml b/.forgejo/workflows/changelog.yml index 1f7d602..1e2f01d 100644 --- a/.forgejo/workflows/changelog.yml +++ b/.forgejo/workflows/changelog.yml @@ -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" tar -xvzf git-cliff-*.tar.gz mv "git-cliff-$version/git-cliff" /usr/local/bin - rm -fr git-cliff-* + rm -fr git-cliff-* - name: Write changelog run: | git config user.name forgejo-actions