From 406f70b1a34710aed6931b62cbbace36552db3c9 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Tue, 19 Nov 2024 12:38:50 +0100 Subject: [PATCH] Missing done statement deploy --- .github/workflows/sync.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 80e59a3..dfd3357 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -115,6 +115,7 @@ jobs: # Move the processed file to the target location mv "$temp_file" "$dest_file" + done # Commit and push changes if any echo "Checking for changes..."