fix: remove trailing backtick causing syntax error in prune-old-toolboxes workflow
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
else
|
||||
IN_CLEAN=$(echo "$IN" | tr -d '[:space:]')
|
||||
JSON='["'${IN_CLEAN//,/\",\"}'"]'
|
||||
fi`
|
||||
fi
|
||||
echo "list=${JSON}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Prune old tags
|
||||
|
||||
Reference in New Issue
Block a user