From 8a6395faf2308d4324d5de38fa7d3c86d7df16d4 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 01:38:07 +0200 Subject: [PATCH] frigging.. --- .forgejo/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.