mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 16:53:58 +00:00
fix
This commit is contained in:
4
.github/workflows/process-templates.yaml
vendored
4
.github/workflows/process-templates.yaml
vendored
@@ -22,10 +22,12 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
rm package.json
|
||||||
|
rm yarn.lock
|
||||||
yarn add -W js-yaml lodash
|
yarn add -W js-yaml lodash
|
||||||
- name: Run workflow generation
|
- name: Run workflow generation
|
||||||
run: |
|
run: |
|
||||||
yarn workflows
|
node common/processWorkflows.js
|
||||||
- name: Git config
|
- name: Git config
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "info@dbgate.io"
|
git config --global user.email "info@dbgate.io"
|
||||||
|
|||||||
@@ -24,11 +24,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
rm package.json
|
||||||
|
rm yarn.lock
|
||||||
yarn add -W js-yaml lodash
|
yarn add -W js-yaml lodash
|
||||||
|
|
||||||
- name: Run workflow generation
|
- name: Run workflow generation
|
||||||
run: |
|
run: |
|
||||||
yarn workflows
|
node common/processWorkflows.js
|
||||||
|
|
||||||
- name: Git config
|
- name: Git config
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user