WF
This commit is contained in:
parent
f921b0f9b4
commit
f52ee94bef
6
.github/workflows/move-to-main-repo.yaml
vendored
6
.github/workflows/move-to-main-repo.yaml
vendored
@ -32,9 +32,9 @@ jobs:
|
||||
script_name="${{ env.script_name }}"
|
||||
|
||||
# Check if files exist under /ct, /install, and /json
|
||||
ct_file="/ct/$script_name.sh"
|
||||
install_file="/install/$script_name-install.sh"
|
||||
json_file="/json/$script_name.json"
|
||||
ct_file="ct/$script_name.sh"
|
||||
install_file="install/$script_name-install.sh"
|
||||
json_file="json/$script_name.json"
|
||||
|
||||
echo "Checking for script files:"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user