mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Workflow
This commit is contained in:
4
.github/workflows/delete_new_script.yaml
vendored
4
.github/workflows/delete_new_script.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
FILES=(
|
FILES=(
|
||||||
"ct/${TITLE}.sh"
|
"ct/${TITLE}.sh"
|
||||||
"install/${TITLE}-install.sh"
|
"install/${TITLE}-install.sh"
|
||||||
"json/${TITLE}.json"
|
"frontend/public/json/${TITLE}.json"
|
||||||
)
|
)
|
||||||
|
|
||||||
EXISTS=false
|
EXISTS=false
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
git checkout -b $branch
|
git checkout -b $branch
|
||||||
rm -f ct/${TITLE}.sh
|
rm -f ct/${TITLE}.sh
|
||||||
rm -f install/${TITLE}-install.sh
|
rm -f install/${TITLE}-install.sh
|
||||||
rm -f json/${TITLE}.json
|
rm -f frontend/public/json/${TITLE}.json
|
||||||
git add .
|
git add .
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
echo "No files to delete. Exiting..."
|
echo "No files to delete. Exiting..."
|
||||||
|
|||||||
Reference in New Issue
Block a user