From d0c96b9fcb7d94e96cd174135e60e39a9d12cfc3 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Tue, 4 Feb 2025 19:47:28 -0800
Subject: [PATCH] Update

---
 .forgejo/workflows/deploy.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
index ae569153..825805fd 100644
--- a/.forgejo/workflows/deploy.yml
+++ b/.forgejo/workflows/deploy.yml
@@ -22,10 +22,10 @@ jobs:
     steps:
       - name: Add Gotify to Hosts
         run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
-      - name:  Check the workspace
+      - name: Check the workspace
         run: |
-          set -x 
-          ls -lah 
+          set -x
+          ls -lah
           ls -lah ${{ github.workspace }}
       - name: Install SSH Keys
         run: |