Add workflow to create/update issues on New script merge

This commit is contained in:
Michel Roegl-Brunner 2026-01-09 14:46:38 +01:00
parent 562a63cc90
commit 986700fe4c

2
.github/workflows/update_issue.yml generated vendored
View File

@ -47,7 +47,7 @@ jobs:
exit 0
fi
JSON_NAMES=$(printf '%s\n' "${SCRIPT_NAMES[@]}" | jq -R . | jq -s .)
JSON_NAMES=$(printf '%s\n' "${SCRIPT_NAMES[@]}" | jq -R . | jq -s -c .)
echo "script_names=$JSON_NAMES" >> $GITHUB_OUTPUT
echo "Found script names: ${SCRIPT_NAMES[*]}"