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 - name: Check if script files exist
id: check_files id: check_files
run: | run: |
script_name="${{ env.script_name }}" script_name="wf-test"
# Check if files exist under /ct, /install, and /json # Check if files exist under /ct, /install, and /json
ct_file="ct/${script_name}.sh" ct_file="ct/${script_name}.sh"