Update scripts/gitops-dispatch.sh (#40)

Reviewed-on: #40
This commit is contained in:
2026-06-22 11:19:56 +03:00
parent b9de1da855
commit 5af97cfe0e
+2
View File
@@ -12,6 +12,8 @@ echo "gitops-dispatch: validating env vars..."
: "${GITEA_API_URL:?}"
: "${GITEA_TOKEN:?}"
TIMEOUT="${GITOPS_DISPATCH_TIMEOUT:-30}"
echo "gitops-dispatch: constructing inputs..."
INPUTS=$(jq -nc \
--arg file "$GITOPS_FILE" \