Update scripts/gitops-dispatch.sh #40

Merged
niko merged 1 commits from niko-patch-1 into main 2026-06-22 11:19:56 +03:00
Showing only changes of commit e29a8968a4 - Show all commits
+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" \