Update .gitea/workflows/gitops-automatic-deployment.yml
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 10s

This commit is contained in:
2025-05-16 17:24:17 -06:00
parent 3dabc1495c
commit c597733893

View File

@ -11,8 +11,7 @@ jobs:
steps:
- name: Install Node.js, git, and rsync
run: |
apt-get update
apt-get install -y nodejs npm git rsync
apk add --no-cache nodejs npm git rsync
- name: Checkout Repository
uses: actions/checkout@v3