diff --git a/.github/workflows/diflow.yaml b/.github/workflows/diflow.yaml index 7a154f02a..a9b8fbd91 100644 --- a/.github/workflows/diflow.yaml +++ b/.github/workflows/diflow.yaml @@ -28,9 +28,9 @@ jobs: run: | 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 }}'