diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 402ec38..833e0a6 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -96,9 +96,9 @@ jobs: - name: Run Proxmox Image Deployment run: | - chmod +x ./scripts/run_ansible_ci.sh + chmod +x scripts/run_ansible_ci.sh # Execute the script, passing necessary environment variables - ./scripts/run_ansible_ci.sh + scripts/run_ansible_ci.sh env: # These are passed directly to the `run_ansible_ci.sh` script, # which then uses them to construct Ansible's --extra-vars.