This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:43:28 +01:00
parent 4e323f9f07
commit 56b9b14bd7

View File

@ -64,6 +64,7 @@ jobs:
- name: Check if script files exist - name: Check if script files exist
id: check_files id: check_files
run: | run: |
script_name="${{ steps.list_issues.outputs.script_name }}"
ct_file="ct/${script_name}.sh" ct_file="ct/${script_name}.sh"
install_file="install/${script_name}-install.sh" install_file="install/${script_name}-install.sh"
json_file="frontend/public/json/${script_name}.json" json_file="frontend/public/json/${script_name}.json"