diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 833e0a6..c13ab47 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -96,7 +96,7 @@ 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 env: diff --git a/scripts/run_ancible_ci.sh b/scripts/run_ansible_ci.sh old mode 100644 new mode 100755 similarity index 100% rename from scripts/run_ancible_ci.sh rename to scripts/run_ansible_ci.sh