This commit is contained in:
Michel Roegl-Brunner 2025-03-10 16:02:21 +01:00
parent a64713bbe4
commit b4d2d10dec

View File

@ -37,7 +37,7 @@ jobs:
- name: Check if script files exist
id: check_files
run: |
script_name="${{ env.script_name }}"
script_name="wf-test"
# Check if files exist under /ct, /install, and /json
ct_file="ct/${script_name}.sh"