From 00c0a0505f23d3599fe7f8bb597c307e4a346161 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 21 Feb 2025 10:28:17 +0100 Subject: [PATCH] run with push --- workflow-templates/diflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/diflow.yaml b/workflow-templates/diflow.yaml index f54b09c54..17e31ef00 100644 --- a/workflow-templates/diflow.yaml +++ b/workflow-templates/diflow.yaml @@ -32,10 +32,10 @@ jobs: git config --global user.email "info@dbgate.io" git config --global user.name "Diflow" - - name: Diflow run (don't push) + - name: Diflow run run: | cd diflow - node dist/diflow.js sync -r https://DIFLOW_GIT_SECRET@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push + node dist/diflow.js sync -r https://DIFLOW_GIT_SECRET@github.com/dbgate/dbgate-diflow-config.git -b master env: DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'