mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
commit info
This commit is contained in:
4
.github/workflows/diflow.yaml
vendored
4
.github/workflows/diflow.yaml
vendored
@@ -24,6 +24,10 @@ jobs:
|
|||||||
cd diflow
|
cd diflow
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
- name: Git config
|
||||||
|
run: |
|
||||||
|
git config --global user.email "info@dbgate.io"
|
||||||
|
git config --global user.name "Diflow"
|
||||||
- name: Diflow run (don't push)
|
- name: Diflow run (don't push)
|
||||||
run: |
|
run: |
|
||||||
cd diflow
|
cd diflow
|
||||||
|
|||||||
@@ -27,6 +27,11 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
- name: Git config
|
||||||
|
run: |
|
||||||
|
git config --global user.email "info@dbgate.io"
|
||||||
|
git config --global user.name "Diflow"
|
||||||
|
|
||||||
- name: Diflow run (don't push)
|
- name: Diflow run (don't push)
|
||||||
run: |
|
run: |
|
||||||
cd diflow
|
cd diflow
|
||||||
|
|||||||
Reference in New Issue
Block a user