diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 336c3a1..d7a8c18 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: "+++"*) ;; "-"* | "+"*) - if [ ! -z CURRENT_ZONE ]; then + if [ ! -z $CURRENT_ZONE ]; then if [[ $line == -* ]]; then # Enregistrement supprimé RECORD=$(echo "$line" | sed 's/^-//') echo "- $RECORD"