From 22e63701a8c43ce0b9ee3043cf9ec87d022b71f9 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Tue, 19 Dec 2023 15:35:06 +0100
Subject: [PATCH] [CI] Forgejo Actions based release process (squash) lint fix

(cherry picked from commit 34513098e557b07c51f8b98e909137ed9d4e0598)
(cherry picked from commit a87a48acfb2ba8e5d5379598bd7de83c7891732f)
(cherry picked from commit 21db8f4950f2f3eab270b6c51932213a8a84ee0c)
(cherry picked from commit eb0a7e5093e314271cfe889ab1cdc814663de682)
(cherry picked from commit 328fbcb7067bff58146a1f7460ce8d372d18ce3f)
---
 .forgejo/workflows/build-release-integration.yml | 2 +-
 .forgejo/workflows/publish-release.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/build-release-integration.yml b/.forgejo/workflows/build-release-integration.yml
index 2920729d33..1935b86716 100644
--- a/.forgejo/workflows/build-release-integration.yml
+++ b/.forgejo/workflows/build-release-integration.yml
@@ -80,7 +80,7 @@ jobs:
             for suffix in '' '.xz' ; do
               curl --fail -L -sS $url/root/forgejo/releases/download/v$version/$binary$suffix > $binary$suffix
               if test "$suffix" = .xz ; then
-                 unxz --keep $binary$suffix
+                unxz --keep $binary$suffix
               fi
               chmod +x $binary
               ./$binary --version | grep $version
diff --git a/.forgejo/workflows/publish-release.yml b/.forgejo/workflows/publish-release.yml
index f7ab4586fb..d824815b5e 100644
--- a/.forgejo/workflows/publish-release.yml
+++ b/.forgejo/workflows/publish-release.yml
@@ -28,7 +28,7 @@
 #
 name: Pubish release
 
-on: 
+on:
   push:
     tags: 'v*'