From 0a0663f59b968cd9ac438af7e5ff702e0b6cfa65 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 23 Jul 2025 03:37:26 -0400 Subject: [PATCH] fixing formatting issues --- .gitea/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index d491dce..50b7407 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Install older docker - uses: crazy-max/ghaction-setup-docker@v3 - with: - version: 24.0.7 - # 1. Checkout the website repository (your app code) + uses: crazy-max/ghaction-setup-docker@v3 + with: + version: 24.0.7 + # 1. Checkout the website repository (your app code) # ------------------------------------------------------------ - name: Checkout website repo run: git clone http://gitea:3000/lepton/website