diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 97ee81c..1973d13 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -51,7 +51,7 @@ jobs: echo "✅ Frontend changed: $FRONTEND_CHANGED" echo "✅ Backend changed: $BACKEND_CHANGED" - # ... your Deploy Baackend and Deploy Frontend steps remain the same ... + # ... your Deploy Backend and Deploy Frontend steps remain the same ... - name: Deploy Backend if: ${{ steps.detect.outputs.backend == 'true' }}