run with push

This commit is contained in:
SPRINX0\prochazka
2025-02-21 10:28:17 +01:00
parent 01ba8b4f3f
commit 00c0a0505f

View File

@@ -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 }}'