fix: remove trailing backtick causing syntax error in prune-old-toolboxes workflow

This commit is contained in:
Donato Capitella
2026-04-09 19:00:44 +01:00
parent 4ac481e7d1
commit 1dea385f6a
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
else else
IN_CLEAN=$(echo "$IN" | tr -d '[:space:]') IN_CLEAN=$(echo "$IN" | tr -d '[:space:]')
JSON='["'${IN_CLEAN//,/\",\"}'"]' JSON='["'${IN_CLEAN//,/\",\"}'"]'
fi` fi
echo "list=${JSON}" >> "$GITHUB_OUTPUT" echo "list=${JSON}" >> "$GITHUB_OUTPUT"
- name: Prune old tags - name: Prune old tags